summaryrefslogtreecommitdiff
path: root/src/lib/libc (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-18In ssl.h rev. 1.149 2018/03/17 14:40:45, jsing@ providedschwarze1-6/+79
2018-03-18In x509.h rev. 1.42 2018/03/17 14:33:20, jsing@ providedschwarze1-3/+14
2018-03-18In ssl.h rev. 1.148 2018/03/17 14:26:13, jsing@ providedschwarze1-4/+30
2018-03-18Fix a typo: OPENSSL_INIT_LOAD_CONFIG doesn't have double underbars.tb1-2/+2
2018-03-17Clean up now that autoconfiguration is available:schwarze1-78/+55
2018-03-17In crypto.h rev. 1.43 and ssl.h rev. 1.153 2018/03/17 16:20:01, beck@schwarze6-7/+148
2018-03-17In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ providedschwarze6-9/+97
2018-03-17In x509_cmp.c rev. 1.30 2018/03/17 14:57:23, jsing@ adjustedschwarze1-3/+14
2018-03-17crank majorstb3-6/+6
2018-03-17Bump minors after symbol additiontb3-3/+3
2018-03-17Bring in compatibility for OpenSSL 1.1 style init functions.beck20-38/+322
2018-03-17Provide SSL_SESSION_get_ticket_lifetime_hint() andtb3-2/+18
2018-03-17Provide SSL_CTX_get_default_passwd_cb{,_userdata}()tb3-2/+18
2018-03-17Provide X509_STORE_get0_param()tb3-2/+10
2018-03-17Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enumtb3-2/+10
2018-03-17Provide X509_NAME_ENTRY_set()tb3-2/+10
2018-03-17Provide ECDSA_SIG_{g,s}et0().tb3-2/+40
2018-03-17Add DSA_meth_{dup,free,new,set_{finish,sign}}()tb4-2/+93
2018-03-17Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}()tb4-3/+104
2018-03-17Make BIO_meth_get_write() public. Omission spotted by schwarze.tb2-1/+3
2018-03-17Fix X509_get0_pubkey() - X509_get_pubkey() is a misnamed "get1" function,jsing1-2/+4
2018-03-17Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning itjsing3-7/+19
2018-03-17SSL_SESSION_get_protocol_version() takes a const SSL_SESSION *.tb2-4/+4
2018-03-17Provide OCSP_SINGLERESP_get0_id().jsing3-2/+10
2018-03-17Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(),jsing3-2/+110
2018-03-17Provide object identifier for chacha20-poly1305.jsing2-0/+3
2018-03-17Provide object identifiers for TLS cipher suite key exchange andjsing2-0/+20
2018-03-17Provide X509_REVOKED_dup().jsing3-2/+10
2018-03-17Provide SSL_SESSION_get0_id_context().jsing3-11/+22
2018-03-16Consistently spell "IPsec" in comments and debug outputs.mpi1-2/+2
2018-03-15Fix a format string issue that Go 1.10 complains about.jsing1-1/+1
2018-03-15Also bump libtls minor after the addition of SSL_CTX_get_min/max_proto_versionjca1-1/+1
2018-03-15Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_versionjca7-28/+117
2018-03-13ensure SYS_getrandom and GRND_NONBLOCK are both defined before using getrando...bcook1-4/+4
2018-03-12Fix for processing of EC public keyinoguchi2-15/+27
2018-03-08un-revert tls_init pthread_once change, now that stub is added so that builds...beck2-15/+23
2018-03-07backout. diff was not tested comprehensively, resulting in a broken tree.deraadt2-22/+14
2018-03-07Make tls_init() concurrently callable using pthread_once().beck2-15/+23
2018-03-06use _ALIGN() which is uhm a bit OpenBSD-specific, but it means wederaadt1-3/+2
2018-03-05Use _MAX_PAGE_SHIFT, rather than #ifdef mips64deraadt1-6/+2
2018-03-03Provide macro versions of SSL_CTX_set_min/max_proto_version and friendsjca1-1/+16
2018-03-01Two new manual pages OPENSSL_sk_new(3) and STACK_OF(3), written fromschwarze3-1/+749
2018-02-28ca start/enddates require all 4 yyyy from 2050 on; first twojmc1-6/+6
2018-02-27Garbage collect RC5 documentation.schwarze2-25/+6
2018-02-27Garbage collect MD2 documentation.schwarze3-73/+21
2018-02-27fix a wrong preposition; from Daniel Bevenius at gmail dot comschwarze1-4/+5
2018-02-27Add a cross reference to SSL_get_ex_data_X509_STORE_CTX_idx(3);schwarze1-3/+9
2018-02-27Import SSL_CTX_set_tlsext_use_srtp(3) from OpenSSL, slightly tweaked by me.schwarze2-1/+190
2018-02-27Add four options that exist in our tree and are documented in OpenSSL.schwarze1-1/+9
2018-02-27sort option list alphabetically in preparation for adding missing options;schwarze1-28/+28