summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2021-10-06X509_STORE_CTX_init() allows the store to be NULL on init. Add checksClaudio Jeker
2021-09-30Enable X509_V_FLAG_TRUSTED_FIRST by default in the legacy verifier.Joel Sing
2021-09-30delete expired DST Root CA X3 to work around bugs various librariesTheo de Raadt
2021-09-23Avoid a potential overread in x509_constraints_parse_mailbox()Joel Sing
2021-09-15bump to LibreSSL 3.4.1Theo Buehler
2021-09-14As suggested by tb@, merge the description of OPENSSL_EC_NAMED_CURVEIngo Schwarze
2021-09-13In X509_check_issued() do the same dance around x509v3_cache_extensions()Claudio Jeker
2021-09-12Default to using named curve parameter encodingTheo Buehler
2021-09-11Merge documentation of EC_GROUP_order_bits(3) from the OpenSSL 1.1.1Ingo Schwarze
2021-09-11Add BGPSec Router (RFC 8209) Key Purpose OIDJob Snijders
2021-09-11Merge documentation for BN_bn2binpad(3), BN_bn2lebinpad(3),Ingo Schwarze
2021-09-10Calling OpenSSL_add_all_digests() is no longer needed since the libraryTodd C. Miller
2021-09-10crank major for libcrypto as wellTheo Buehler
2021-09-10Bump minor after symbol additionTheo Buehler
2021-09-10Add BN_bn2{,le}binpad(), BN_lebin2bn(), EC_GROUP_order_bits to Symbols.listTheo Buehler
2021-09-10Uncomment LIBRESSL_HAS_{TLS1_3,DTLS1_2} in opensslfeatures.hTheo Buehler
2021-09-10Use BN_RAND_* instead of mysterious values in the documentation ofTheo Buehler
2021-09-10Expose EC_GROUP_order_bits() in <openssl/ec.h>Theo Buehler
2021-09-10Expose BN_bn2{,le}binpad() and BN_lebin2bn() in <openssl/bn.h>Theo Buehler
2021-09-10Expose BN_RAND_* in <openssl/bn.h>Theo Buehler
2021-09-10Prepare to provide BN_RAND_* flags for BN_rand_range()Theo Buehler
2021-09-09When calling the legacy callback, ensure we catch the case where itBob Beck
2021-09-08Prepare to provide EC_GROUP_order_bits()Theo Buehler
2021-09-08Fix leak in cms_RecipientInfo_kekri_decrypt()Theo Buehler
2021-09-08Prepare to provide BN_bn2{,le}binpad() and BN_lebin2bn()Theo Buehler
2021-09-08Replace bare ; with continue;Job Snijders
2021-09-08Fix indentation of comments and labelsJob Snijders
2021-09-07Replace (&(x)) pattern with &xJob Snijders
2021-09-07KNFJob Snijders
2021-09-03Add X509 Extensions for IP Addresses and AS IdentifiersJob Snijders
2021-09-03Call the callback on success in new verifier in a compatible wayBob Beck
2021-09-02Unroll ASN1_ITEM_ref()Job Snijders
2021-09-02Change OPENSSL_strdup() to strdup()Job Snijders
2021-09-02Change OPENSSL_malloc to calloc()Job Snijders
2021-09-02Repair unrolling of static ASN1_ITEM IPAddrBlocks_itJob Snijders
2021-09-02Make v3_addr and v3_asid extern constJob Snijders
2021-09-02Add err.h for X509error() and friendsJob Snijders
2021-09-02Fix OPENSSL_assert() and assert()Job Snijders
2021-09-02Unroll ASN1_EX_TEMPLATE_TYPE IPAddrBlocksJob Snijders
2021-09-02Change the OPENSSL_strdup() to strdup()Job Snijders
2021-09-02Fix header file includesJob Snijders
2021-09-02Move the error put functions from X509V3err() to X509V3error()Job Snijders
2021-09-02Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE()Job Snijders
2021-09-02OPENSSL_assert() is not appropriate in this contextJob Snijders
2021-09-02Replace ossl_assert()/assert() with OPENSSL_assert()Job Snijders
2021-09-02Replace OPENSSL_free() with free()Job Snijders
2021-09-02Unroll IMPLEMENT_ASN1_FUNCTIONS()Job Snijders
2021-09-02Unroll DECLARE_ASN1_FUNCTIONS()Job Snijders
2021-09-02Rename DEFINE_STACK_OF() to DECLARE_STACK_OF()Job Snijders
2021-09-02Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...Job Snijders