summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Import Certificate Transparency verbatim from OpenSSL 1.1.1beck2021-10-2813-0/+2321
* Bring back r1.3, ok becktb2021-10-281-3/+47
* new manual page X509_REQ_add_extensions(3)schwarze2021-10-274-4/+148
* add some .Xrs involving recently added pagesschwarze2021-10-277-15/+22
* minor tweaks to wording and punctuation,schwarze2021-10-271-10/+19
* Minor tweaks:schwarze2021-10-271-9/+12
* Revert version 1.3 - not allowing the creation of bogus certificatesbeck2021-10-271-47/+3
* Fix to correctly parse the 'to' time into the to_tmbeck2021-10-271-2/+2
* Add ASN1_TIME_diff from OpenSSL.beck2021-10-274-5/+106
* Merge documentation for i2d_re_X509*_tbs(3) from OpenSSL 1.1tb2021-10-261-4/+67
* spelling fixes;jmc2021-10-262-4/+4
* install X509_get_extension_flags.3 and X509_SIG_get0.3tb2021-10-261-1/+3
* Remove a line documenting that X509_get_X509_PUBKEY(3) is missingtb2021-10-261-2/+1
* Document X509_get0_pubkey.3tb2021-10-261-3/+14
* Document new signature of X509_get_X509_PUBKEY() and remove claimtb2021-10-261-5/+3
* Add tlsfeature NIDjob2021-10-262-0/+2
* Add RFC 3779 checks to both legacy and new verifierjob2021-10-262-2/+20
* new manual page X509_REQ_add1_attr(3) documenting nine functionsschwarze2021-10-266-8/+199
* correct a wrong function name below RETURN VALUESschwarze2021-10-261-3/+3
* document X509_REQ_dup(3)schwarze2021-10-261-5/+20
* document d2i_X509_PUBKEY(3) and i2d_X509_PUBKEY(3);schwarze2021-10-261-23/+57
* Validate Subject Alternate Names when they are being added to certificates.beck2021-10-263-9/+61
* sorttb2021-10-251-17/+17
* new manual page EVP_PKCS82PKEY(3), also documenting EVP_PKEY2PKCS8(3)schwarze2021-10-256-10/+77
* new manual page PKCS8_pkey_set0(3)schwarze2021-10-256-9/+177
* Add missing RCS markerstb2021-10-252-0/+2
* Zap two unused includesjca2021-10-252-4/+0
* document ASN1_STRING_set0(3)schwarze2021-10-251-6/+29
* For open/openat, if the flags parameter does not contain O_CREAT, thederaadt2021-10-245-10/+10
* Prepare to provide a number of X509_STORE_CTX_* setters.tb2021-10-242-2/+52
* Prepare to provide EVP_MD_CTX_get_md_data()tb2021-10-242-2/+11
* Prepare to provide a bunch of OCSP_resp_* getters.tb2021-10-243-3/+74
* Prepare to provide X509_STORE_CTX_get_num_untrusted()tb2021-10-242-2/+11
* Prepare to provide BIO_get_init()tb2021-10-242-5/+14
* Since tb@ added DECLARE_STACK_OF(GENERAL_NAMES) to x509v3.h in rev. 1.9schwarze2021-10-241-9/+26
* Prepare to provide X509_OBJECT_{new,free}()tb2021-10-242-3/+25
* spelling;jmc2021-10-241-3/+3
* Declare STACK_OF(GENERAL_NAMES)tb2021-10-231-3/+4
* KNF a particularly ugly commenttb2021-10-231-17/+16
* Zap trailing whitespacetb2021-10-231-13/+13
* Import documentation for X509_get_extension_flags, X509_get_key_usage,tb2021-10-231-0/+211
* Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linkedtb2021-10-231-0/+90
* tweak previous: add missing OpenBSD CVS tagschwarze2021-10-231-4/+5
* Prepare to make many of the structs in x509.h opaque.tb2021-10-231-76/+86
* Prepare to provide X509_re_X509*_tbs()tb2021-10-234-4/+35
* Prepare to provide X509_get_extension_flags()tb2021-10-232-2/+13
* Prepare to provide X509_SIG_get{0,m}.tb2021-10-232-2/+28
* Add back the fips mode test functions, new stuff requires this.beck2021-10-233-3/+83
* Prepare to provide X509_get_{extended_,}key_usage()tb2021-10-222-2/+32
* Switch from u_int and u_char to u32 and u8 to avoid portability issues.tb2021-10-221-17/+14