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