Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-02-25 | Correct the description of ASN1_item_free(3) with respect to | schwarze | 1 | -4/+13 | |
optional reference counting. ETOOMUCHMAGIC. By the way, this public hellhole is still undocumented in OpenSSL. | |||||
2018-02-25 | In x509.h rev. 1.35 2018/02/22 16:53:42, jsing@ provided | schwarze | 1 | -5/+29 | |
X509_CRL_up_ref(3). Since it is undocumented in OpenSSL, write some documentation from scratch. While here, also correct the description of X509_CRL_free(3) and mention X509_CRL_dup(3), too. | |||||
2018-02-24 | In x509.h rev. 1.34 2018/02/22 16:50:30, jsing@ provided | schwarze | 2 | -8/+42 | |
X509_REQ_get_signature_nid(3), in rev. 1.36 2018/02/22 16:58:45 X509_CRL_get_signature_nid(3), and in rev. 1.40 2018/02/22 17:09:28 X509_get0_tbs_sigalg(3). Merge the documentation from OpenSSL. | |||||
2018-02-24 | In x509.h rev. 1.33 2018/02/22 16:47:50, jsing@ provided | schwarze | 3 | -9/+33 | |
X509_REVOKED_get0_serialNumber(3) and X509_REVOKED_get0_revocationDate(3). Merge the documentation from OpenSSL, but put it into X509_REVOKED_new(3) rather than into X509_CRL_get0_by_serial(3) because it fits better there. | |||||
2018-02-24 | In x509.h rev. 1.33 2018/02/22 16:47:50, jsing@ provided | schwarze | 1 | -12/+31 | |
X509_REVOKED_get0_extensions(3) and in rev. 1.36 2018/02/22 16:58:45 X509_CRL_get0_extensions(3). Merge the documentation from OpenSSL and fix a few minor typos while here. | |||||
2018-02-24 | In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ provided | schwarze | 7 | -12/+106 | |
SSL_SESSION_get_protocol_version(3). Import the documentation form OpenSSL, tweaked by me, OK tb@. | |||||
2018-02-24 | In bio.h rev. 1.39 2018/02/22 16:38:43, jsing@ provided BIO_up_ref(3). | schwarze | 1 | -12/+57 | |
Merge the documentation from OpenSSL, tweaked by me. While here, fix the in parts imprecise, in parts incorrect descriptions of BIO_new(3), BIO_set(3), BIO_free(3), and BIO_free_all(3). | |||||
2018-02-24 | In evp.h rev. 1.58 2018/02/20 18:05:28, tb@ provided | schwarze | 1 | -6/+13 | |
EVP_PKEY_get0_EC_KEY(3). Merge the documentation from OpenSSL. | |||||
2018-02-24 | In dh.h rev. 1.23 2018/02/20 17:59:31, tb@ provided DH_bits(3). | schwarze | 1 | -10/+21 | |
Merge the documentation from OpenSSL, tweaked by me. | |||||
2018-02-24 | In bio.h rev. 1.35 2018/02/20 17:55:26, tb@ provided BIO_set_shutdown(3) | schwarze | 1 | -5/+64 | |
and BIO_get_shutdown(3). Write the documentation from scratch because what OpenSSL provides doesn't explain the difference to BIO_set_close(3) and is also worded in a rather confusing way. | |||||
2018-02-24 | In dsa.h rev. 1.28 2018/02/20 17:48:35, tb@ provided | schwarze | 1 | -10/+47 | |
DSA_SIG_get0(3) and DSA_SIG_set0(3). Merge the documentation from OpenSSL, tweaked by me. | |||||
2018-02-24 | In dsa.h rev. 1.27 2018/02/20 17:45:44, tb@ provided | schwarze | 1 | -4/+66 | |
DSA_clear_flags(3), DSA_test_flags(3), and DSA_set_flags(3), and in rev. 1.29 2018/02/20 17:52:27 DSA_get0_engine(3). Merge the documentation from OpenSSL, tweaked by me. | |||||
2018-02-24 | In rsa.h rev. 1.37 2018/02/20 17:42:32, tb@ provided | schwarze | 1 | -3/+49 | |
RSA_clear_flags(3), RSA_test_flags(3), and RSA_set_flags(3). Merge the documentation, tweaked by me. | |||||
2018-02-23 | In bio.h rev. 1.34 2018/02/20 17:15:27, jsing@ provided | schwarze | 1 | -11/+89 | |
BIO_get_new_index(3), in rev. 1.37 2018/02/20 18:13:31, tb@ provided BIO_meth_get_read(3), BIO_meth_get_puts(3), BIO_meth_get_gets(3), BIO_meth_get_ctrl(3), BIO_meth_get_create(3), and BIO_meth_get_destroy(3), and in rev. 1.38 2018/02/20 18:17:17 BIO_meth_get_callback_ctrl(3) and BIO_meth_set_callback_ctrl(3). BIO_meth_get_write(3) will become public with the next minor bump. Merge the documentation from OpenSSL, tweaked by me, OK tb@. | |||||
2018-02-23 | In dh.h rev. 1.22 2018/02/20 17:38:15, tb@ provided | schwarze | 1 | -7/+82 | |
DH_clear_flags(3), DH_test_flags(3), and DH_set_flags(3), in rev. 1.24 2018/02/20 18:01:42 DH_set_length(3), and in rev. 1.25 2018/02/22 16:41:04, jsing@ provided DH_get0_engine(3). Merge the documentation from OpenSSL, tweaked by me. | |||||
2018-02-23 | In bn.h rev. 1.38 2018/02/20 17:13:14, jsing@ provided | schwarze | 1 | -5/+54 | |
BN_GENCB_new(3), BN_GENCB_free(3), and BN_GENCB_get_arg(3). Merge the documentation from OpenSSL, verbatim. | |||||
2018-02-22 | In x509.h rev. 1.32 2018/02/20 17:09:20, jsing@ provided | schwarze | 1 | -5/+28 | |
X509_NAME_get0_der(3). Document it without using anything from the existing OpenSSL X509_NAME_get0_der(3) manual page because that page fails to mention the similarity to i2d_X509_NAME(3) and also fails to explain how both differ, likely causing users to pick the wrong one for their purposes. | |||||
2018-02-22 | Bump lib{crypto,ssl,tls} minors due to symbol additions. | jsing | 3 | -3/+3 | |
2018-02-22 | Provide SSL_is_server(). | jsing | 3 | -2/+10 | |
2018-02-22 | Provide SSL_up_ref(). | jsing | 3 | -3/+12 | |
2018-02-22 | Provide SSL_CTX_get_ciphers(). | jsing | 3 | -2/+10 | |
2018-02-22 | Provide SSL_SESSION_up_ref(). | jsing | 3 | -3/+12 | |
2018-02-22 | Provide X509_chain_up_ref(). | jsing | 3 | -2/+22 | |
From BoringSSL. | |||||
2018-02-22 | Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() and | jsing | 3 | -2/+26 | |
X509_STORE_set_ex_data(). | |||||
2018-02-22 | Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL(). | jsing | 3 | -3/+22 | |
2018-02-22 | Provide X509_STORE_up_ref(). | jsing | 3 | -4/+14 | |
2018-02-22 | Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store(). | jsing | 3 | -4/+22 | |
2018-02-22 | In x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ provided | schwarze | 1 | -4/+26 | |
X509_CRL_get0_lastUpdate(3) and X509_CRL_get0_nextUpdate(3). Document them. | |||||
2018-02-22 | Provide X509_get0_tbs_sigalg(). | jsing | 3 | -3/+11 | |
2018-02-22 | Provide X509_set1_notBefore() and X509_set1_notAfter(). | jsing | 3 | -2/+18 | |
2018-02-22 | Provide X509_get0_pubkey(). | jsing | 3 | -4/+12 | |
2018-02-22 | Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate(). | jsing | 3 | -2/+18 | |
2018-02-22 | Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid(). | jsing | 3 | -2/+20 | |
2018-02-22 | Provide X509_CRL_up_ref(). | jsing | 3 | -2/+12 | |
2018-02-22 | Provide X509_REQ_get_signature_nid(). | jsing | 3 | -2/+11 | |
2018-02-22 | Provide X509_REVOKED_get0_extensions(), X509_REVOKED_get0_revocationDate() | jsing | 3 | -3/+27 | |
and X509_REVOKED_get0_serialNumber(). | |||||
2018-02-22 | Provide DH_get0_engine(). | jsing | 3 | -2/+10 | |
2018-02-22 | Provide BIO_up_ref(). | jsing | 3 | -2/+11 | |
2018-02-22 | In x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ provided | schwarze | 1 | -8/+30 | |
X509_CRL_get0_signature(3) and in rev. 1.31 2018/02/20 17:06:19 X509_REQ_get0_signature(3). Document them. | |||||
2018-02-22 | In bn.h rev. 1.37 2018/02/20 17:02:30, jsing@ provided BN_get_rfc*(3) | schwarze | 1 | -3/+30 | |
as aliases for get_rfc*(3). Mention them in the manual page. | |||||
2018-02-22 | typo; | jmc | 1 | -3/+3 | |
2018-02-20 | Fix bogus check. Spotted by brynet, thanks. | tb | 1 | -2/+4 | |
2018-02-20 | RSA_get_flags should be RSA_test_flags. | tb | 1 | -1/+1 | |
Noted by sthen. Rides previous minor bump. | |||||
2018-02-20 | whitespace nit | tb | 1 | -2/+2 | |
2018-02-20 | Crank lib{crypto,ssl,tls} minors after symbol addition. | tb | 3 | -3/+3 | |
2018-02-20 | Provide BIO_meth_{g,s}et_callback_ctrl() | tb | 3 | -2/+24 | |
with & ok jsing | |||||
2018-02-20 | Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}() | tb | 3 | -2/+56 | |
ok jsing | |||||
2018-02-20 | Zap an 'int' that snuck in. | tb | 1 | -3/+2 | |
ok jsing | |||||
2018-02-20 | Provide SSL_SESSION_get_protocol_version() | tb | 3 | -2/+10 | |
ok jsing | |||||
2018-02-20 | Provide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics. | tb | 3 | -13/+24 | |
ok jsing |