summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-02Expose OPENSSL_{gmtime,posix_to_tm,timegm,tm_to_posix}()tb2-3/+5
2024-03-02Garbage collect ASN1_TIME_set_tm()tb2-13/+2
2024-03-02Remove beck's ASN.1 time API from public visibilitytb7-20/+10
2024-03-02Remove ASN1_PCTX nonsensetb5-144/+3
2024-03-02Make ASN1_add_oid_module internaltb6-17/+5
2024-03-02Remove unused M_ASN1_* macrostb1-14/+1
2024-03-02Remove unused, incomplete ub_* macrostb1-12/+1
2024-03-02Remove DECLARE_STACK_OF(ASN1_STRING_TABLE)tb1-4/+1
2024-03-02Remove ASN1_STRING_TABLE_{add,cleanup}tb5-27/+3
2024-03-02const correct ASN1_STRING_TABLE_get()tb2-7/+6
2024-03-01Add mkdtemps(3), like mkdtemp(3) but with a suffix.millert2-8/+32
2024-03-01Fix OPENSSL_{gmtime,timegm} in namespace buildtb2-4/+3
2024-03-01Remove the ciphers_by_values_test()tb1-56/+0
2024-03-01exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id()tb1-2/+5
2024-03-01ssltest: drop another use of CRYPTO_mem_leaks()tb1-2/+1
2024-02-29Detect OPENSSL_NO_GOST correctlytb1-1/+2
2024-02-29CRYPTO_mem_leaks* will go away. Remove calls in legacy teststb3-6/+3
2024-02-29Link x509_algor test statically and switch to the internaltb2-9/+18
2024-02-29OBJ_NAME_TYPE_PKEY_METH is no longer supportedtb1-5/+1
2024-02-29Stop testing EVP_PKEY_GOST{IMIT,R01}tb1-3/+1
2024-02-29Prepare freenull test for GOST removaltb1-1/+3
2024-02-28Expand only ever user of PBEPARAM_free() outside of libcryptotb1-2/+3
2024-02-28Small tweak for X509_check_purpose()tb1-4/+6
2024-02-28Use an accessor instead of reaching into X509_PURPOSEtb1-2/+2
2024-02-27align read-only sections on masm/windows to 64 bytesbcook1-1/+9
2024-02-26Neuter OBJ_bsearch{_,ex_}()tb2-31/+40
2024-02-24Add a few missing endbr64 to libcryptotb2-0/+6
2024-02-24Replace uses of endbr64 with _CET_ENDBR from cet.htb30-110/+132
2024-02-24Remove custom key length handlingtb1-5/+1
2024-02-24Remove last calls to CRYPTO_{push,pop}_info()tb1-9/+3
2024-02-24err.c: fix incorrect line wrappingtb1-5/+5
2024-02-23Prepare to provide X509_STORE_get1_objects()tb4-3/+73
2024-02-23Remove ASN1_time_clamp_notafter() prototypetb1-3/+1
2024-02-20x509_asid: NULL out min/max on extract_min_max() failuretb1-1/+3
2024-02-19x509_asid: fix some KNF botchestb1-37/+19
2024-02-19pk7_attr.c: tidy includestb1-6/+4
2024-02-18asn1time: remove some debugging codetb1-3/+1
2024-02-18Tweak previoustb1-7/+6
2024-02-18Adjust regress test for memset() requested by jsing on reviewtb1-4/+18
2024-02-18Add regress coverage for the new APItb2-2/+197
2024-02-18Update ASN1_TIME_set(3)tb1-5/+44
2024-02-18Add posix_time.h from BoringSSLtb8-60/+160
2024-02-18Align EVP_CIPHER_CTX_init() and _legacy_clear()tb1-2/+2
2024-02-18Hide EVP_{CIPHER,MD}_CTX_init() from internalstb1-1/+5
2024-02-18Use EVP_MD_CTX_legacy_clear() internallytb12-33/+33
2024-02-18Use EVP_CIPHER_CTX_legacy_clear() internallytb5-13/+13
2024-02-18Add EVP_MD_CTX_legacy_clear()tb2-2/+9
2024-02-18Add EVP_CIPHER_CTX_legacy_clear()tb2-2/+10
2024-02-17Use calloc() instead of malloc() in BIO_new().jsing1-16/+5
2024-02-16Inline and disable BIO_set().jsing1-21/+19