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