summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add X509 Extensions for IP Addresses and AS Identifiersjob2021-09-031-1/+2
* Call the callback on success in new verifier in a compatible waybeck2021-09-033-16/+55
* Unroll ASN1_ITEM_ref()job2021-09-021-1/+1
* Change OPENSSL_strdup() to strdup()job2021-09-021-1/+1
* Change OPENSSL_malloc to calloc()job2021-09-021-1/+2
* Repair unrolling of static ASN1_ITEM IPAddrBlocks_itjob2021-09-021-0/+11
* Make v3_addr and v3_asid extern constjob2021-09-021-2/+2
* Add err.h for X509error() and friendsjob2021-09-022-0/+2
* Fix OPENSSL_assert() and assert()job2021-09-022-35/+17
* Unroll ASN1_EX_TEMPLATE_TYPE IPAddrBlocksjob2021-09-021-4/+7
* Change the OPENSSL_strdup() to strdup()job2021-09-021-3/+4
* Fix header file includesjob2021-09-022-8/+9
* Move the error put functions from X509V3err() to X509V3error()job2021-09-022-52/+32
* Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE()job2021-09-022-46/+218
* OPENSSL_assert() is not appropriate in this contextjob2021-09-021-2/+3
* Replace ossl_assert()/assert() with OPENSSL_assert()job2021-09-022-14/+14
* Replace OPENSSL_free() with free()job2021-09-022-7/+7
* Unroll IMPLEMENT_ASN1_FUNCTIONS()job2021-09-022-8/+197
* Unroll DECLARE_ASN1_FUNCTIONS()job2021-09-021-9/+56
* Rename DEFINE_STACK_OF() to DECLARE_STACK_OF()job2021-09-021-4/+4
* Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...job2021-09-027-5/+2386
* Remove assignment of value that is never read.beck2021-09-011-2/+1
* Remove some dead code that was missed in an earlier cleanup andtb2021-08-311-4/+3
* whitespacetb2021-08-312-7/+7
* Revert previous change that changed our default return for unable tobeck2021-08-301-11/+5
* Fix Jan's regress in openssl/x509 to do what it says it does,beck2021-08-301-5/+11
* Don't call the verify callback twice on success.beck2021-08-291-2/+1
* Get rid of historical code to extract the roots in the legacy case.beck2021-08-283-78/+33
* Zap blanks before tabs.tb2021-08-281-4/+4
* Remove the "dump_chain" flag and code. This was a workaround for a problem wherebeck2021-08-282-16/+4
* Remove unused #include <assert.h>.tb2021-08-271-2/+1
* Fix various read buffer overflow when printing ASN.1 strings (which aretb2021-08-244-14/+20
* Pull roots out of the trust store in the legacy xsc when building chainsbeck2021-08-193-8/+26
* Import initial code for the SM2 ciphertb2021-08-187-0/+1870
* Add a check_trust call to the legacy chain validation on chain add, rememberingbeck2021-08-181-2/+10
* Refactor the legacy chain validation from the chain adding code into itsbeck2021-08-181-52/+70
* link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build,schwarze2021-08-061-1/+3
* new manual page X509_ocspid_print(3)schwarze2021-08-063-6/+66
* add a roff(7) comment marking the API function X509_get_default_private_dir()schwarze2021-08-061-2/+5
* Document X509_get_default_cert_dir_env(3)schwarze2021-08-031-8/+35
* Document X509_get_default_cert_area(3).schwarze2021-08-031-7/+41
* tweaks regarding X509_LOOKUP_by_subject(3):schwarze2021-08-021-8/+28
* new manual page X509_STORE_get_by_subject(3)schwarze2021-08-025-12/+212
* document X509_STORE_load_mem(3) and X509_STORE_add_lookup(3)schwarze2021-08-011-7/+67
* document X509_LOOKUP_mem(3) in X509_LOOKUP_hash_dir(3)schwarze2021-07-318-32/+636
* Move the explanations related to *ptree closer together and correctschwarze2021-07-301-16/+19
* Fix a documentation bug i introduced that tb@ pointed out:schwarze2021-07-291-12/+3
* Document X509_STORE_set_verify_func(3), mostly using text from theschwarze2021-07-291-8/+32
* document X509_STORE_CTX_get0_parent_ctx(3)schwarze2021-07-291-4/+34
* document X509_STORE_CTX_set_app_data(3) and X509_STORE_CTX_get_app_data(3)schwarze2021-07-291-4/+51