Age | Commit message (Expand) | Author |
2021-10-20 | document ASN1_STRING_set_by_NID(3) | Ingo Schwarze |
2021-10-20 | new manual page ASN1_mbstring_copy(3) | Ingo Schwarze |
2021-10-20 | new manual page X509_ATTRIBUTE_get0_object(3) | Ingo Schwarze |
2021-10-20 | document X509_ATTRIBUTE_create(3) and X509_ATTRIBUTE_dup(3) | Ingo Schwarze |
2021-10-19 | document X509_get_pubkey_parameters(3) in a new manual page | Ingo Schwarze |
2021-10-19 | more precision, fewer words | Ingo Schwarze |
2021-10-19 | document i2d_PrivateKey_bio(3) and i2d_PrivateKey_fp(3) | Ingo Schwarze |
2021-10-19 | install X509_PKEY_new(3) | Ingo Schwarze |
2021-10-19 | document X509_PKEY_new(3) and X509_PKEY_free(3) | Ingo Schwarze |
2021-10-18 | document X509_VERIFY_PARAM_inherit(3) and X509_VERIFY_PARAM_set1(3) | Ingo Schwarze |
2021-10-18 | split seven functions out of the page X509_VERIFY_PARAM_set_flags(3), which | Ingo Schwarze |
2021-10-14 | Use unsigned char instead of u_char for two prototypes (like everywhere | Theo Buehler |
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 |