summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove BIO_set()tb2024-03-025-15/+3
* Remove BIO_dump_*{cb,fp}()tb2024-03-025-53/+5
* Remove BIO_{sn,v,vsn}printf(3)tb2024-03-028-138/+18
* Expose OPENSSL_{gmtime,posix_to_tm,timegm,tm_to_posix}()tb2024-03-022-3/+5
* Garbage collect ASN1_TIME_set_tm()tb2024-03-022-13/+2
* Remove beck's ASN.1 time API from public visibilitytb2024-03-027-20/+10
* Remove ASN1_PCTX nonsensetb2024-03-025-144/+3
* Make ASN1_add_oid_module internaltb2024-03-026-17/+5
* Remove unused M_ASN1_* macrostb2024-03-021-14/+1
* Remove unused, incomplete ub_* macrostb2024-03-021-12/+1
* Remove DECLARE_STACK_OF(ASN1_STRING_TABLE)tb2024-03-021-4/+1
* Remove ASN1_STRING_TABLE_{add,cleanup}tb2024-03-025-27/+3
* const correct ASN1_STRING_TABLE_get()tb2024-03-022-7/+6
* Add mkdtemps(3), like mkdtemp(3) but with a suffix.millert2024-03-012-8/+32
* Fix OPENSSL_{gmtime,timegm} in namespace buildtb2024-03-012-4/+3
* Remove the ciphers_by_values_test()tb2024-03-011-56/+0
* exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id()tb2024-03-011-2/+5
* ssltest: drop another use of CRYPTO_mem_leaks()tb2024-03-011-2/+1
* Detect OPENSSL_NO_GOST correctlytb2024-02-291-1/+2
* CRYPTO_mem_leaks* will go away. Remove calls in legacy teststb2024-02-293-6/+3
* Link x509_algor test statically and switch to the internaltb2024-02-292-9/+18
* OBJ_NAME_TYPE_PKEY_METH is no longer supportedtb2024-02-291-5/+1
* Stop testing EVP_PKEY_GOST{IMIT,R01}tb2024-02-291-3/+1
* Prepare freenull test for GOST removaltb2024-02-291-1/+3
* Expand only ever user of PBEPARAM_free() outside of libcryptotb2024-02-281-2/+3
* Small tweak for X509_check_purpose()tb2024-02-281-4/+6
* Use an accessor instead of reaching into X509_PURPOSEtb2024-02-281-2/+2
* align read-only sections on masm/windows to 64 bytesbcook2024-02-271-1/+9
* Neuter OBJ_bsearch{_,ex_}()tb2024-02-262-31/+40
* Add a few missing endbr64 to libcryptotb2024-02-242-0/+6
* Replace uses of endbr64 with _CET_ENDBR from cet.htb2024-02-2430-110/+132
* Remove custom key length handlingtb2024-02-241-5/+1
* Remove last calls to CRYPTO_{push,pop}_info()tb2024-02-241-9/+3
* err.c: fix incorrect line wrappingtb2024-02-241-5/+5
* Prepare to provide X509_STORE_get1_objects()tb2024-02-234-3/+73
* Remove ASN1_time_clamp_notafter() prototypetb2024-02-231-3/+1
* x509_asid: NULL out min/max on extract_min_max() failuretb2024-02-201-1/+3
* x509_asid: fix some KNF botchestb2024-02-191-37/+19
* pk7_attr.c: tidy includestb2024-02-191-6/+4
* asn1time: remove some debugging codetb2024-02-181-3/+1
* Tweak previoustb2024-02-181-7/+6
* Adjust regress test for memset() requested by jsing on reviewtb2024-02-181-4/+18
* Add regress coverage for the new APItb2024-02-182-2/+197
* Update ASN1_TIME_set(3)tb2024-02-181-5/+44
* Add posix_time.h from BoringSSLtb2024-02-188-60/+160
* Align EVP_CIPHER_CTX_init() and _legacy_clear()tb2024-02-181-2/+2
* Hide EVP_{CIPHER,MD}_CTX_init() from internalstb2024-02-181-1/+5
* Use EVP_MD_CTX_legacy_clear() internallytb2024-02-1812-33/+33
* Use EVP_CIPHER_CTX_legacy_clear() internallytb2024-02-185-13/+13
* Add EVP_MD_CTX_legacy_clear()tb2024-02-182-2/+9