summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-19Very quick and dirty script to help me check that the symbolsschwarze1-0/+266
2021-11-19As long as X509_OBJECT_free_contents(3) is a public API function,schwarze1-1/+3
2021-11-18sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_resettb1-3/+2
2021-11-18gost: missed one cleanuptb1-2/+2
2021-11-18sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resettb1-4/+3
2021-11-18gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resettb1-2/+2
2021-11-18evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free()tb1-4/+3
2021-11-18Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()tb1-5/+3
2021-11-18Add semicolon that will become non-optional once BN_GENCB_set() willtb1-2/+2
2021-11-18typo in commenttb1-2/+2
2021-11-18Fix ssltest to work with opaque EVP_PKEY.tb1-22/+33
2021-11-18Prevent future internal use of ASN1_CTX and ASN1_const_CTX by wrappingtb1-1/+3
2021-11-18Remove the last pointless use of ASN1_const_CTX. Both ASN1_CTX andtb1-14/+14
2021-11-18sha*test: convert these tests to work with opaque EVP_MD_CTX.tb3-31/+42
2021-11-18zap trailing whitespacetb1-7/+7
2021-11-18hmactest: convert to opaque HMAC_CTX.tb1-29/+37
2021-11-18gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX.tb1-19/+23
2021-11-18exptest: convert to opaque BN; minor KNF tweaks.tb1-40/+47
2021-11-18evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses atb1-22/+30
2021-11-18ecdsatest: make this test compile with opaque EVP_MD_CTX.tb1-7/+8
2021-11-18dsatest: make this work with opaque BN. Some more fixes will be neededtb1-114/+124
2021-11-18dhtest: fix this to work with opaque BN. This will need more fixes totb1-48/+61
2021-11-18bntest: Fix all but one test in this file to work with opaque BN.tb1-399/+563
2021-11-18In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ providedschwarze2-13/+51
2021-11-17In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedschwarze9-46/+209
2021-11-16In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedschwarze1-8/+47
2021-11-16Recently, tb@ provided the following functions:schwarze1-4/+71
2021-11-15new manual page ASN1_BIT_STRING_set(3) documenting four BIT STRING accessorsschwarze4-3/+184
2021-11-15document ASN1_PRINTABLE_type(3) and ASN1_UNIVERSALSTRING_to_string(3)schwarze6-8/+172
2021-11-15document ASN1_item_pack(3) and ASN1_item_unpack(3)schwarze5-6/+94
2021-11-15document i2a_ASN1_STRING(3) and a2i_ASN1_STRING(3)schwarze3-3/+163
2021-11-14Fix a strange check in the auto DH codepathtb1-3/+5
2021-11-14the last argument of BIO_gets(3) is called "size", not "len"schwarze1-6/+6
2021-11-14fix a typo; diff from Matthias Schmidt <xosc dot org> on tech@schwarze1-3/+3
2021-11-14Put curly brace on the correct line.jsing1-2/+3
2021-11-13Test ASN1_STRING_copy(3).schwarze2-1/+121
2021-11-13Fix a nasty quirk in ASN1_STRING_copy(3).schwarze1-2/+2
2021-11-13Document the interactions of X509_V_FLAG_USE_CHECK_TIME,schwarze1-6/+35
2021-11-13Mark the public X509_VP_FLAG_* constants as intentionally undocumented.schwarze1-2/+11
2021-11-13Fix a bug in check_crl_time() that could result in incompleteschwarze1-8/+8
2021-11-13document ASN1_STRING_copy(3)schwarze1-4/+43
2021-11-12Document the public constants X509_V_FLAG_POLICY_MASKschwarze1-9/+43
2021-11-12mention what X509_cmp_time(3) does with a cmp_time argument of NULLschwarze1-3/+7
2021-11-12As pointed out by tb@, LibreSSL no longer supports user-definedschwarze4-56/+21
2021-11-12In x509_vfy.h rev. 1.41, tb@ provided X509_STORE_CTX_get_by_subject(3),schwarze3-18/+53
2021-11-11mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASKschwarze1-2/+6
2021-11-11Mention the X509v3_KU_* aliases for the KU_* constantsschwarze1-2/+16
2021-11-11Explicitly list all public functions in roff(7) commentsschwarze1-6/+33
2021-11-11new manual page X509_policy_tree_get0_policies(3),schwarze4-6/+110
2021-11-10Merge a few additional X509error(ERR_R_MALLOC_FAILURE) callsschwarze1-39/+28