| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix copy-paste error that left a paragraph ending in a comma | tb | 2022-12-08 | 1 | -3/+3 |
| * | Improve the implementation of BIO_push(3) such that it changes nothing | schwarze | 2022-12-07 | 1 | -5/+32 |
| * | Add references to the BIO_{push,pop}(3) example | tb | 2022-12-07 | 1 | -3/+8 |
| * | Fix example string | tb | 2022-12-07 | 1 | -4/+4 |
| * | Zap extra space | tb | 2022-12-06 | 1 | -3/+3 |
| * | Major rewrite for accuracy and clarity, and document BIO_set_next(3). | schwarze | 2022-12-06 | 1 | -37/+148 |
| * | arithmethic -> arithmetic | jsg | 2022-12-06 | 1 | -3/+3 |
| * | Drop 'perhaps a little', plus grammar and spelling nits | tb | 2022-12-02 | 1 | -5/+5 |
| * | Mark the X509_V_FLAG_CB_ISSUER_CHECK flag as deprecated | tb | 2022-12-01 | 1 | -11/+5 |
| * | Add missing markup to comments and to RFC 3779 error | tb | 2022-11-29 | 1 | -10/+12 |
| * | First pass at updating verifier error docs | tb | 2022-11-29 | 1 | -13/+41 |
| * | In bio.h rev. 1.50 and rev. 1.51, tb@ provided BIO_set_retry_reason(3). | schwarze | 2022-11-27 | 1 | -4/+20 |
| * | In bio.h rev. 1.46/1.47 (Oct/Nov 2021), tb@ provided BIO_get_init(3). | schwarze | 2022-11-25 | 1 | -5/+23 |
| * | Major overhaul. | schwarze | 2022-11-24 | 1 | -210/+216 |
| * | mention what BN_ULONG is | schwarze | 2022-11-22 | 3 | -8/+33 |
| * | Remove the lie that BN_ULONG might be 16 bits wide. | schwarze | 2022-11-22 | 1 | -9/+11 |
| * | Better document BN_ULONG (in the DESCRIPTION near BN_num_bits_word(3)) | schwarze | 2022-11-22 | 1 | -40/+84 |
| * | document BN_nist_mod_521(3) and their four siblings | schwarze | 2022-11-21 | 3 | -3/+118 |
| * | Fix a surprising quirk in BN_GF2m_mod(3). | schwarze | 2022-11-20 | 1 | -11/+3 |
| * | group -> field | tb | 2022-11-18 | 1 | -5/+5 |
| * | polynominal -> polynomial | tb | 2022-11-18 | 1 | -18/+18 |
| * | new manual page BN_GF2m_add(3) | schwarze | 2022-11-18 | 3 | -3/+527 |
| * | mark BN_X931_derive_prime_ex, BN_X931_generate_prime_ex, | schwarze | 2022-11-16 | 1 | -2/+8 |
| * | expose the documentation of X509_STORE_CTX_verify_fn(3) | schwarze | 2022-11-16 | 2 | -42/+26 |
| * | document X509_STORE_CTX_verify_cb(3) and X509_STORE_get_verify_cb(3) | schwarze | 2022-11-16 | 2 | -13/+40 |
| * | Mark BN_mod_exp2_mont() as intentionally undocumented. | schwarze | 2022-11-16 | 1 | -3/+4 |
| * | document BN_mod_sqrt(3) | schwarze | 2022-11-15 | 4 | -5/+119 |
| * | document BN_kronecker(3) | schwarze | 2022-11-14 | 3 | -3/+61 |
| * | document BN_reciprocal(3) | schwarze | 2022-11-14 | 1 | -10/+55 |
| * | Various improvements; joint work with beck@: | schwarze | 2022-11-13 | 1 | -64/+72 |
| * | In asn1.h rev. 1.65, beck@ provided ASN1_TIME_set_string_X509(3), | schwarze | 2022-11-10 | 1 | -11/+139 |
| * | Document that OPENSSL_free() is required in some circumstances | tb | 2022-11-06 | 1 | -2/+6 |
| * | zap extra .Pp | tb | 2022-09-12 | 1 | -2/+1 |
| * | Stop documenting i2c_ASN1_INTEGER. | tb | 2022-09-12 | 2 | -48/+4 |
| * | fix repeated words | jsg | 2022-09-11 | 2 | -6/+6 |
| * | carrier return character -> carriage return character | jsg | 2022-09-10 | 1 | -2/+2 |
| * | fix repeated words | jsg | 2022-09-10 | 4 | -12/+12 |
| * | fix repeated words | jsg | 2022-09-10 | 1 | -3/+3 |
| * | Remove more mkerr.pl remnants, missed in previous | kn | 2022-09-06 | 1 | -54/+3 |
| * | Remove most mentions of contexts on the stack. | tb | 2022-08-31 | 2 | -23/+4 |
| * | Adjust signatures of BIO_ctrl functions | tb | 2022-08-18 | 1 | -13/+10 |
| * | Zap trailing whitespace | tb | 2022-07-14 | 1 | -4/+4 |
| * | add a few .Xr links to new manual pages | schwarze | 2022-07-13 | 11 | -24/+36 |
| * | In dsa.h rev. 1.34 (14 Jan 2022), tb@ provided DSA_bits(3). | schwarze | 2022-07-13 | 1 | -10/+51 |
| * | In x509_vfy.h rev. 1.54, tb@ provided X509_VERIFY_PARAM_get_time(3) | schwarze | 2022-07-13 | 1 | -3/+44 |
| * | link three new manual pages to the build | schwarze | 2022-07-13 | 1 | -1/+4 |
| * | Write documentation for EVP_PKEY_check(3), EVP_PKEY_public_check(3), | schwarze | 2022-07-13 | 5 | -44/+504 |
| * | New manual page written from scratch; | schwarze | 2022-07-13 | 1 | -0/+137 |
| * | On May 4 14:19:08 2006 UTC, while fixing a security issue, djm@ | schwarze | 2022-07-13 | 1 | -11/+64 |
| * | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 1 | -10/+2 |