summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* add two missing .Dv macros;schwarze2021-11-191-4/+4
* Make the public API function a2i_ASN1_STRING(3) actually work.schwarze2021-11-191-14/+6
* Very quick and dirty script to help me check that the symbolsschwarze2021-11-191-0/+266
* As long as X509_OBJECT_free_contents(3) is a public API function,schwarze2021-11-191-1/+3
* sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_resettb2021-11-181-3/+2
* gost: missed one cleanuptb2021-11-181-2/+2
* sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resettb2021-11-181-4/+3
* gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resettb2021-11-181-2/+2
* evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free()tb2021-11-181-4/+3
* Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()tb2021-11-181-5/+3
* Add semicolon that will become non-optional once BN_GENCB_set() willtb2021-11-181-2/+2
* typo in commenttb2021-11-181-2/+2
* Fix ssltest to work with opaque EVP_PKEY.tb2021-11-181-22/+33
* Prevent future internal use of ASN1_CTX and ASN1_const_CTX by wrappingtb2021-11-181-1/+3
* Remove the last pointless use of ASN1_const_CTX. Both ASN1_CTX andtb2021-11-181-14/+14
* sha*test: convert these tests to work with opaque EVP_MD_CTX.tb2021-11-183-31/+42
* zap trailing whitespacetb2021-11-181-7/+7
* hmactest: convert to opaque HMAC_CTX.tb2021-11-181-29/+37
* gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX.tb2021-11-181-19/+23
* exptest: convert to opaque BN; minor KNF tweaks.tb2021-11-181-40/+47
* evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses atb2021-11-181-22/+30
* ecdsatest: make this test compile with opaque EVP_MD_CTX.tb2021-11-181-7/+8
* dsatest: make this work with opaque BN. Some more fixes will be neededtb2021-11-181-114/+124
* dhtest: fix this to work with opaque BN. This will need more fixes totb2021-11-181-48/+61
* bntest: Fix all but one test in this file to work with opaque BN.tb2021-11-181-399/+563
* In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ providedschwarze2021-11-182-13/+51
* In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedschwarze2021-11-179-46/+209
* In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ providedschwarze2021-11-161-8/+47
* Recently, tb@ provided the following functions:schwarze2021-11-161-4/+71
* new manual page ASN1_BIT_STRING_set(3) documenting four BIT STRING accessorsschwarze2021-11-154-3/+184
* document ASN1_PRINTABLE_type(3) and ASN1_UNIVERSALSTRING_to_string(3)schwarze2021-11-156-8/+172
* document ASN1_item_pack(3) and ASN1_item_unpack(3)schwarze2021-11-155-6/+94
* document i2a_ASN1_STRING(3) and a2i_ASN1_STRING(3)schwarze2021-11-153-3/+163
* Fix a strange check in the auto DH codepathtb2021-11-141-3/+5
* the last argument of BIO_gets(3) is called "size", not "len"schwarze2021-11-141-6/+6
* fix a typo; diff from Matthias Schmidt <xosc dot org> on tech@schwarze2021-11-141-3/+3
* Put curly brace on the correct line.jsing2021-11-141-2/+3
* Test ASN1_STRING_copy(3).schwarze2021-11-132-1/+121
* Fix a nasty quirk in ASN1_STRING_copy(3).schwarze2021-11-131-2/+2
* Document the interactions of X509_V_FLAG_USE_CHECK_TIME,schwarze2021-11-131-6/+35
* Mark the public X509_VP_FLAG_* constants as intentionally undocumented.schwarze2021-11-131-2/+11
* Fix a bug in check_crl_time() that could result in incompleteschwarze2021-11-131-8/+8
* document ASN1_STRING_copy(3)schwarze2021-11-131-4/+43
* Document the public constants X509_V_FLAG_POLICY_MASKschwarze2021-11-121-9/+43
* mention what X509_cmp_time(3) does with a cmp_time argument of NULLschwarze2021-11-121-3/+7
* As pointed out by tb@, LibreSSL no longer supports user-definedschwarze2021-11-124-56/+21
* In x509_vfy.h rev. 1.41, tb@ provided X509_STORE_CTX_get_by_subject(3),schwarze2021-11-123-18/+53
* mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASKschwarze2021-11-111-2/+6
* Mention the X509v3_KU_* aliases for the KU_* constantsschwarze2021-11-111-2/+16
* Explicitly list all public functions in roff(7) commentsschwarze2021-11-111-6/+33