| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Document ASN1_INTEGER_cmp(3) and ASN1_INTEGER_dup(3). | schwarze | 2021-11-20 | 1 | -5/+93 |
| * | Improve the description of ASN1_OCTET_STRING_cmp(3), | schwarze | 2021-11-20 | 1 | -12/+37 |
| * | Make these files compile - not hooked up to build yet. | beck | 2021-11-20 | 13 | -220/+279 |
| * | libssl: don't reach for pkey->save_type. | tb | 2021-11-19 | 2 | -5/+5 |
| * | 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 |
| * | As long as X509_OBJECT_free_contents(3) is a public API function, | schwarze | 2021-11-19 | 1 | -1/+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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASK | schwarze | 2021-11-11 | 1 | -2/+6 |
| * | Mention the X509v3_KU_* aliases for the KU_* constants | schwarze | 2021-11-11 | 1 | -2/+16 |
| * | Explicitly list all public functions in roff(7) comments | schwarze | 2021-11-11 | 1 | -6/+33 |
| * | new manual page X509_policy_tree_get0_policies(3), | schwarze | 2021-11-11 | 4 | -6/+110 |
| * | Merge a few additional X509error(ERR_R_MALLOC_FAILURE) calls | schwarze | 2021-11-10 | 1 | -39/+28 |
| * | If X509_load_cert_crl_file(3) does not find any certificates | schwarze | 2021-11-10 | 3 | -3/+7 |
| * | Sync some code style improvements from the OpenSSL 1.1.1 branch, | schwarze | 2021-11-10 | 1 | -10/+9 |
| * | Merge two bug fixes from the OpenSSL 1.1.1 branch, which is still | schwarze | 2021-11-10 | 1 | -8/+4 |
| * | Switch to <endian.h> from <machine/endian.h> for better portability. | bcook | 2021-11-09 | 12 | -30/+26 |
| * | Split a new page X509_load_cert_file(3) with three functions | schwarze | 2021-11-09 | 7 | -112/+157 |
| * | Add ASPA OID | job | 2021-11-09 | 2 | -0/+2 |
| * | Replace <sys/limits.h> with <limits.h> | bcook | 2021-11-08 | 1 | -2/+2 |
| * | Document X509_gmtime_adj(3). | schwarze | 2021-11-08 | 1 | -23/+67 |
| * | In X509_STORE_CTX, rename the X509_STORE store rather than ctx. | tb | 2021-11-07 | 3 | -15/+15 |
| * | In X509_STORE_CTX rename the misnamed last_untrusted to num_untrusted | tb | 2021-11-07 | 3 | -17/+17 |
| * | new manual pages | schwarze | 2021-11-07 | 6 | -5/+288 |