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