summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2020-09-14re-enable new x509 chain verifier as the defaultBob Beck
2020-09-14Correctly fix double free introduced on review.Bob Beck
2020-09-14Fix double free - review moved the pop_free of roots to x509_verify_ctx_freeBob Beck
2020-09-14revert previous, need to fix a problemBob Beck
2020-09-14Enable the use of the new x509 chain validator by default.Bob Beck
2020-09-13Add new x509 certificate chain validator in x509_verify.cBob Beck
2020-09-12Unindent a bit of code that performs a few too many checks toTheo Buehler
2020-09-12Avoid an out-of-bounds access in BN_rand()Theo Buehler
2020-09-12Change over to use the new x509 name constraints verification.Bob Beck
2020-09-12Include machine/endian.h in gost2814789.cKinichiro Inoguchi
2020-09-11Add x509_constraints.c - a new implementation of x509 name constraints, withBob Beck
2020-09-11Add issuer cache, to be used by upcoming changes to validation code.Bob Beck
2020-09-09Import latest OPENSSL_NO_* flags from OpenSSL 1.1.1gKinichiro Inoguchi
2020-09-08Mention that EC_KEY_get0_public_key returns a public key.Theo Buehler
2020-09-03Clean up asn1/x_info.cTheo Buehler
2020-09-03Remove unnecessary zeroing after recallocarray(3)Theo Buehler
2020-08-29define OPENSSL_NO_SSL_TRACE in opensslfeatures.hKinichiro Inoguchi
2020-08-06delete another word to improve the wording; suggested by jmc@Ingo Schwarze
2020-08-06Explain the purpose of CMAC_resume(3) in more detail.Ingo Schwarze
2020-07-25remove half a dozen "goto" statements and a labelIngo Schwarze
2020-07-24tweak previous;Jason McIntyre
2020-07-23document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)Ingo Schwarze
2020-07-23Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeIngo Schwarze
2020-06-29Disable assembly code for powerpc64; more work is needed to make it work.Mark Kettenis
2020-06-28Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn'tMark Kettenis
2020-06-26Accidentally doubled these files on first commit. Correcting.Dale Rahn
2020-06-25Intial attempt at powerpc64 libcrypto pieces.Dale Rahn
2020-06-24Properly document the return values of EVP_PKEY_base_id(3)Ingo Schwarze
2020-06-24use n-bit <noun> consistently; ok schwarze for the principal of the idea,Jason McIntyre
2020-06-24new manual page ChaCha(3);Ingo Schwarze
2020-06-24new manual page CMAC_Init(3);Ingo Schwarze
2020-06-24Document eight additional pre-OpenSSL-1.1 accessor functions that areIngo Schwarze
2020-06-19mark the functions documented in des_read_pw(3) as deprecatedIngo Schwarze
2020-06-19document X509_get0_pubkey_bitstr(3),Ingo Schwarze
2020-06-19document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3)Ingo Schwarze
2020-06-19Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1Ingo Schwarze
2020-06-15Document EVP_read_pw_string_min(3)Theo Buehler
2020-06-15Document PEM_def_callback(3).Ingo Schwarze
2020-06-12add my Copyright and license, which i forgot when adding a significantIngo Schwarze
2020-06-12add a comment saying that name_cmp() is intentionally undocumented;Ingo Schwarze
2020-06-12document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);Ingo Schwarze
2020-06-11wording tweaks from ross l richardson and tb;Jason McIntyre
2020-06-10document PKCS7_get_signer_info(3)Ingo Schwarze
2020-06-10describe six more PKCS7 attribute functionsIngo Schwarze
2020-06-09The check_includes step is incorrect dependency management model forTheo de Raadt
2020-06-05Add a custom copy handler for AES key wrapTheo Buehler
2020-06-05Allow GOST R 34.11-2012 in PBE/PBKDF2/PKCS#5.Joel Sing
2020-06-05Add OIDs for HMAC using Streebog (GOST R 34.11-2012) hash function.Joel Sing
2020-06-05Add a few more errors to help debugging.Joel Sing
2020-06-05Add support for additional GOST curves.Joel Sing