Age | Commit message (Expand) | Author |
2021-11-19 | As long as X509_OBJECT_free_contents(3) is a public API function, | Ingo Schwarze |
2021-11-18 | Add semicolon that will become non-optional once BN_GENCB_set() will | Theo Buehler |
2021-11-18 | typo in comment | Theo Buehler |
2021-11-18 | Prevent future internal use of ASN1_CTX and ASN1_const_CTX by wrapping | Theo Buehler |
2021-11-18 | Remove the last pointless use of ASN1_const_CTX. Both ASN1_CTX and | Theo Buehler |
2021-11-18 | In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ provided | Ingo Schwarze |
2021-11-17 | In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ provided | Ingo Schwarze |
2021-11-16 | In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ provided | Ingo Schwarze |
2021-11-16 | Remove an old note about poor performance | Visa Hankala |
2021-11-16 | Recently, tb@ provided the following functions: | Ingo Schwarze |
2021-11-16 | Sync boot.h with ld.so's boot.c, getting rid of struct boot_dyn, | Philip Guenther |
2021-11-15 | new manual page ASN1_BIT_STRING_set(3) documenting four BIT STRING accessors | Ingo Schwarze |
2021-11-15 | document ASN1_PRINTABLE_type(3) and ASN1_UNIVERSALSTRING_to_string(3) | Ingo Schwarze |
2021-11-15 | document ASN1_item_pack(3) and ASN1_item_unpack(3) | Ingo Schwarze |
2021-11-15 | document i2a_ASN1_STRING(3) and a2i_ASN1_STRING(3) | Ingo Schwarze |
2021-11-14 | Fix a strange check in the auto DH codepath | Theo Buehler |
2021-11-14 | the last argument of BIO_gets(3) is called "size", not "len" | Ingo Schwarze |
2021-11-14 | fix a typo; diff from Matthias Schmidt <xosc dot org> on tech@ | Ingo Schwarze |
2021-11-14 | Put curly brace on the correct line. | Joel Sing |
2021-11-14 | Split out the hppa and mips64 versions of boot.h similar to how I | Philip Guenther |
2021-11-13 | Fix a nasty quirk in ASN1_STRING_copy(3). | Ingo Schwarze |
2021-11-13 | Document the interactions of X509_V_FLAG_USE_CHECK_TIME, | Ingo Schwarze |
2021-11-13 | Mark the public X509_VP_FLAG_* constants as intentionally undocumented. | Ingo Schwarze |
2021-11-13 | Fix a bug in check_crl_time() that could result in incomplete | Ingo Schwarze |
2021-11-13 | document ASN1_STRING_copy(3) | Ingo Schwarze |
2021-11-12 | Document the public constants X509_V_FLAG_POLICY_MASK | Ingo Schwarze |
2021-11-12 | mention what X509_cmp_time(3) does with a cmp_time argument of NULL | Ingo Schwarze |
2021-11-12 | As pointed out by tb@, LibreSSL no longer supports user-defined | Ingo Schwarze |
2021-11-12 | In x509_vfy.h rev. 1.41, tb@ provided X509_STORE_CTX_get_by_subject(3), | Ingo Schwarze |
2021-11-11 | mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASK | Ingo Schwarze |
2021-11-11 | Mention the X509v3_KU_* aliases for the KU_* constants | Ingo Schwarze |
2021-11-11 | Explicitly list all public functions in roff(7) comments | Ingo Schwarze |
2021-11-11 | new manual page X509_policy_tree_get0_policies(3), | Ingo Schwarze |
2021-11-10 | Merge a few additional X509error(ERR_R_MALLOC_FAILURE) calls | Ingo Schwarze |
2021-11-10 | If X509_load_cert_crl_file(3) does not find any certificates | Ingo Schwarze |
2021-11-10 | Sync some code style improvements from the OpenSSL 1.1.1 branch, | Ingo Schwarze |
2021-11-10 | Merge two bug fixes from the OpenSSL 1.1.1 branch, which is still | Ingo Schwarze |
2021-11-09 | Switch to <endian.h> from <machine/endian.h> for better portability. | Brent Cook |
2021-11-09 | Split a new page X509_load_cert_file(3) with three functions | Ingo Schwarze |
2021-11-09 | Add ASPA OID | Job Snijders |
2021-11-08 | Replace <sys/limits.h> with <limits.h> | Brent Cook |
2021-11-08 | Document X509_gmtime_adj(3). | Ingo Schwarze |
2021-11-07 | Allow -current libsndio to connect to old sndiod servers | Alexandre Ratchov |
2021-11-07 | In X509_STORE_CTX, rename the X509_STORE store rather than ctx. | Theo Buehler |
2021-11-07 | In X509_STORE_CTX rename the misnamed last_untrusted to num_untrusted | Theo Buehler |
2021-11-07 | new manual pages | Ingo Schwarze |
2021-11-06 | Improve formatting. The line breaks in the lists of methods were very ugly. | Ingo Schwarze |
2021-11-06 | Start cleaning up X509_STORE_get1_issuer() | Theo Buehler |
2021-11-06 | In X509_STORE_get1_issuer() do not call the verify callback from | Theo Buehler |
2021-11-06 | Fix indent. | Joel Sing |