summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2021-10-20document ASN1_STRING_set_by_NID(3)Ingo Schwarze
2021-10-20new manual page ASN1_mbstring_copy(3)Ingo Schwarze
2021-10-20new manual page X509_ATTRIBUTE_get0_object(3)Ingo Schwarze
2021-10-20document X509_ATTRIBUTE_create(3) and X509_ATTRIBUTE_dup(3)Ingo Schwarze
2021-10-19document X509_get_pubkey_parameters(3) in a new manual pageIngo Schwarze
2021-10-19more precision, fewer wordsIngo Schwarze
2021-10-19document i2d_PrivateKey_bio(3) and i2d_PrivateKey_fp(3)Ingo Schwarze
2021-10-19install X509_PKEY_new(3)Ingo Schwarze
2021-10-19document X509_PKEY_new(3) and X509_PKEY_free(3)Ingo Schwarze
2021-10-18document X509_VERIFY_PARAM_inherit(3) and X509_VERIFY_PARAM_set1(3)Ingo Schwarze
2021-10-18split seven functions out of the page X509_VERIFY_PARAM_set_flags(3), whichIngo Schwarze
2021-10-14Use unsigned char instead of u_char for two prototypes (like everywhereTheo Buehler
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