summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/wcscpy.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-02-23In dh.h rev. 1.22 2018/02/20 17:38:15, tb@ providedschwarze1-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-23In bn.h rev. 1.38 2018/02/20 17:13:14, jsing@ providedschwarze1-5/+54
BN_GENCB_new(3), BN_GENCB_free(3), and BN_GENCB_get_arg(3). Merge the documentation from OpenSSL, verbatim.
2018-02-22In x509.h rev. 1.32 2018/02/20 17:09:20, jsing@ providedschwarze1-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-22Bump lib{crypto,ssl,tls} minors due to symbol additions.jsing3-3/+3
2018-02-22Provide SSL_is_server().jsing3-2/+10
2018-02-22Provide SSL_up_ref().jsing3-3/+12
2018-02-22Provide SSL_CTX_get_ciphers().jsing3-2/+10
2018-02-22Provide SSL_SESSION_up_ref().jsing3-3/+12
2018-02-22Provide X509_chain_up_ref().jsing3-2/+22
From BoringSSL.
2018-02-22Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() andjsing3-2/+26
X509_STORE_set_ex_data().
2018-02-22Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL().jsing3-3/+22
2018-02-22Provide X509_STORE_up_ref().jsing3-4/+14
2018-02-22Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store().jsing3-4/+22
2018-02-22In x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ providedschwarze1-4/+26
X509_CRL_get0_lastUpdate(3) and X509_CRL_get0_nextUpdate(3). Document them.
2018-02-22Provide X509_get0_tbs_sigalg().jsing3-3/+11
2018-02-22Provide X509_set1_notBefore() and X509_set1_notAfter().jsing3-2/+18
2018-02-22Provide X509_get0_pubkey().jsing3-4/+12
2018-02-22Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate().jsing3-2/+18
2018-02-22Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid().jsing3-2/+20
2018-02-22Provide X509_CRL_up_ref().jsing3-2/+12
2018-02-22Provide X509_REQ_get_signature_nid().jsing3-2/+11
2018-02-22Provide X509_REVOKED_get0_extensions(), X509_REVOKED_get0_revocationDate()jsing3-3/+27
and X509_REVOKED_get0_serialNumber().
2018-02-22Provide DH_get0_engine().jsing3-2/+10
2018-02-22Provide BIO_up_ref().jsing3-2/+11
2018-02-22In x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ providedschwarze1-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-22In bn.h rev. 1.37 2018/02/20 17:02:30, jsing@ provided BN_get_rfc*(3)schwarze1-3/+30
as aliases for get_rfc*(3). Mention them in the manual page.
2018-02-22typo;jmc1-3/+3
2018-02-20Fix bogus check. Spotted by brynet, thanks.tb1-2/+4
2018-02-20RSA_get_flags should be RSA_test_flags.tb1-1/+1
Noted by sthen. Rides previous minor bump.
2018-02-20whitespace nittb1-2/+2
2018-02-20Crank lib{crypto,ssl,tls} minors after symbol addition.tb3-3/+3
2018-02-20Provide BIO_meth_{g,s}et_callback_ctrl()tb3-2/+24
with & ok jsing
2018-02-20Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}()tb3-2/+56
ok jsing
2018-02-20Zap an 'int' that snuck in.tb1-3/+2
ok jsing
2018-02-20Provide SSL_SESSION_get_protocol_version()tb3-2/+10
ok jsing
2018-02-20Provide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics.tb3-13/+24
ok jsing
2018-02-20Provide DH_set_length()tb3-2/+13
ok jsing
2018-02-20Provide DH_bits()tb3-2/+10
ok jsing
2018-02-20Provide BIO_{g,s}et_shutdown().tb3-2/+18
ok jsing
2018-02-20Provide DSA_get0_engine()tb3-2/+10
ok jsing
2018-02-20Provide DSA_SIG_{g,s}et0()tb3-2/+29
ok jsing
2018-02-20Provide DSA_{clear,set,test}_flags()tb3-2/+26
ok jsing
2018-02-20Provide RSA_{clear,set,test}_flasg()tb3-2/+26
ok jsing
2018-02-20Provide DH_{clear,set,test}_flags().tb3-2/+26
ok jsing
2018-02-20Provide BIO_get_new_index().jsing3-2/+24
Based on BoringSSL.
2018-02-20Provide BN_GENCB_new(), BN_GENCB_free() and BN_GENCB_get_arg()jsing3-2/+35
2018-02-20Provide X509_NAME_get0_der().jsing3-2/+17
From OpenSSL.
2018-02-20Provide X509_REQ_get0_signature()jsing3-2/+16
2018-02-20Provide X509_CRL_get0_{last,next}Update() and X509_CRL_get0_signature().jsing3-2/+32
2018-02-20Provide BN_get_rfc2409_prime_*() and BN_get_rfc3526_prime_*().jsing3-3/+67