summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix double free - review moved the pop_free of roots to x509_verify_ctx_freebeck2020-09-141-2/+1
* revert previous, need to fix a problembeck2020-09-141-1/+3
* Enable the use of the new x509 chain validator by default.beck2020-09-141-3/+1
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-1310-59/+1191
* Unindent a bit of code that performs a few too many checks totb2020-09-121-10/+8
* Avoid an out-of-bounds access in BN_rand()tb2020-09-121-3/+8
* Change over to use the new x509 name constraints verification.beck2020-09-121-28/+7
* Include machine/endian.h in gost2814789.cinoguchi2020-09-121-1/+3
* Add x509_constraints.c - a new implementation of x509 name constraints, withbeck2020-09-113-2/+1272
* Add issuer cache, to be used by upcoming changes to validation code.beck2020-09-113-1/+216
* Import latest OPENSSL_NO_* flags from OpenSSL 1.1.1ginoguchi2020-09-091-0/+8
* Mention that EC_KEY_get0_public_key returns a public key.tb2020-09-081-3/+5
* Clean up asn1/x_info.ctb2020-09-031-22/+9
* Remove unnecessary zeroing after recallocarray(3)tb2020-09-031-3/+1
* define OPENSSL_NO_SSL_TRACE in opensslfeatures.hinoguchi2020-08-291-1/+1
* delete another word to improve the wording; suggested by jmc@schwarze2020-08-061-2/+2
* Explain the purpose of CMAC_resume(3) in more detail.schwarze2020-08-061-3/+9
* remove half a dozen "goto" statements and a labelschwarze2020-07-251-14/+1
* tweak previous;jmc2020-07-241-4/+4
* document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)schwarze2020-07-237-14/+207
* Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeschwarze2020-07-231-21/+17
* Disable assembly code for powerpc64; more work is needed to make it work.kettenis2020-06-291-8/+9
* Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn'tkettenis2020-06-281-3/+3
* Accidentally doubled these files on first commit. Correcting.drahn2020-06-262-194/+1
* Intial attempt at powerpc64 libcrypto pieces.drahn2020-06-252-0/+386
* Properly document the return values of EVP_PKEY_base_id(3)schwarze2020-06-244-70/+152
* use n-bit <noun> consistently; ok schwarze for the principal of the idea,jmc2020-06-246-28/+28
* new manual page ChaCha(3);schwarze2020-06-243-2/+257
* new manual page CMAC_Init(3);schwarze2020-06-245-7/+298
* Document eight additional pre-OpenSSL-1.1 accessor functions that areschwarze2020-06-241-21/+122
* mark the functions documented in des_read_pw(3) as deprecatedschwarze2020-06-192-6/+11
* document X509_get0_pubkey_bitstr(3),schwarze2020-06-191-5/+81
* document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3)schwarze2020-06-191-3/+52
* Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1schwarze2020-06-191-4/+19
* Document EVP_read_pw_string_min(3)tb2020-06-151-6/+44
* Document PEM_def_callback(3).schwarze2020-06-153-106/+158
* add my Copyright and license, which i forgot when adding a significantschwarze2020-06-121-3/+20
* add a comment saying that name_cmp() is intentionally undocumented;schwarze2020-06-121-2/+5
* document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);schwarze2020-06-125-7/+236
* wording tweaks from ross l richardson and tb;jmc2020-06-111-6/+6
* document PKCS7_get_signer_info(3)schwarze2020-06-105-8/+75
* describe six more PKCS7 attribute functionsschwarze2020-06-101-14/+208
* The check_includes step is incorrect dependency management model forderaadt2020-06-091-11/+1
* Add a custom copy handler for AES key wraptb2020-06-051-5/+31
* Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5.jsing2020-06-051-1/+3
* Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.jsing2020-06-052-0/+4
* Add a few more errors to help debugging.jsing2020-06-051-6/+16
* Add support for additional GOST curves.jsing2020-06-054-12/+182
* Remove remaining error *_str_functs[]jsing2020-06-054-274/+11
* Apply some style(9).jsing2020-06-051-34/+30