summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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
2021-09-01Remove assignment of value that is never read.Bob Beck
2021-08-31Remove some dead code that was missed in an earlier cleanup andTheo Buehler
2021-08-31whitespaceTheo Buehler
2021-08-30Revert previous change that changed our default return for unable toBob Beck
2021-08-30Fix Jan's regress in openssl/x509 to do what it says it does,Bob Beck
2021-08-29Don't call the verify callback twice on success.Bob Beck
2021-08-28Get rid of historical code to extract the roots in the legacy case.Bob Beck
2021-08-28Zap blanks before tabs.Theo Buehler
2021-08-28Remove the "dump_chain" flag and code. This was a workaround for a problem whereBob Beck
2021-08-27Remove unused #include <assert.h>.Theo Buehler
2021-08-24Fix various read buffer overflow when printing ASN.1 strings (which areTheo Buehler
2021-08-19Pull roots out of the trust store in the legacy xsc when building chainsBob Beck
2021-08-18Import initial code for the SM2 cipherTheo Buehler
2021-08-18Add a check_trust call to the legacy chain validation on chain add, rememberingBob Beck
2021-08-18Refactor the legacy chain validation from the chain adding code into itsBob Beck
2021-08-06link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build,Ingo Schwarze
2021-08-06new manual page X509_ocspid_print(3)Ingo Schwarze
2021-08-06add a roff(7) comment marking the API function X509_get_default_private_dir()Ingo Schwarze
2021-08-03Document X509_get_default_cert_dir_env(3)Ingo Schwarze
2021-08-03Document X509_get_default_cert_area(3).Ingo Schwarze
2021-08-02tweaks regarding X509_LOOKUP_by_subject(3):Ingo Schwarze
2021-08-02new manual page X509_STORE_get_by_subject(3)Ingo Schwarze