summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-02-27Mention that SSL_OP_TLSEXT_PADDING no longer has any effect,schwarze1-12/+10
2018-02-27Merge the documentation of SSL_CIPHER_get_id(3) andschwarze1-42/+71
2018-02-27In ssl.h rev. 1.145 2018/02/22 17:30:25, jsing@ provided SSL_is_server(3).schwarze1-9/+34
2018-02-27In ssl.h rev. 1.144 2018/02/22 17:29:24, jsing@ provided SSL_up_ref(3).schwarze1-6/+19
2018-02-26In ssl.h rev. 1.143 2018/02/22 17:27:07, jsing@ providedschwarze1-6/+24
2018-02-26In ssl.h rev. 1.142 2018/02/22 17:25:18, jsing@ providedschwarze1-12/+23
2018-02-26In x509.h rev. 1.41 2018/02/22 17:22:02, jsing@ providedschwarze1-6/+31
2018-02-25In x509_vfy.h rev. 1.24 2018/02/22 17:19:31, jsing@ providedschwarze2-6/+40
2018-02-25In x509_vfy.h rev. 1.24 2018/02/22 17:19:31, jsing providedschwarze4-59/+137
2018-02-25In x509_vfy.h rev. 1.23 2018/02/22 17:17:09, jsing@ providedschwarze2-1/+218
2018-02-25In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ providedschwarze8-15/+157
2018-02-25In x509_vfy.h rev. 1.21 2018/02/22 17:11:30, jsing@ providedschwarze1-1/+19
2018-02-25In x509_vfy.h rev. 1.21 2018/02/22 17:11:30, jsing@ providedschwarze2-14/+32
2018-02-25In x509.h rev. 1.37 2018/02/22 17:01:44, jsing@ providedschwarze1-7/+65
2018-02-25Correct the description of ASN1_item_free(3) with respect toschwarze1-4/+13
2018-02-25In x509.h rev. 1.35 2018/02/22 16:53:42, jsing@ providedschwarze1-5/+29
2018-02-24In x509.h rev. 1.34 2018/02/22 16:50:30, jsing@ providedschwarze2-8/+42
2018-02-24In x509.h rev. 1.33 2018/02/22 16:47:50, jsing@ providedschwarze3-9/+33
2018-02-24In x509.h rev. 1.33 2018/02/22 16:47:50, jsing@ providedschwarze1-12/+31
2018-02-24In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ providedschwarze7-12/+106
2018-02-24In bio.h rev. 1.39 2018/02/22 16:38:43, jsing@ provided BIO_up_ref(3).schwarze1-12/+57
2018-02-24In evp.h rev. 1.58 2018/02/20 18:05:28, tb@ providedschwarze1-6/+13
2018-02-24In dh.h rev. 1.23 2018/02/20 17:59:31, tb@ provided DH_bits(3).schwarze1-10/+21
2018-02-24In bio.h rev. 1.35 2018/02/20 17:55:26, tb@ provided BIO_set_shutdown(3)schwarze1-5/+64
2018-02-24In dsa.h rev. 1.28 2018/02/20 17:48:35, tb@ providedschwarze1-10/+47
2018-02-24In dsa.h rev. 1.27 2018/02/20 17:45:44, tb@ providedschwarze1-4/+66
2018-02-24In rsa.h rev. 1.37 2018/02/20 17:42:32, tb@ providedschwarze1-3/+49
2018-02-23In bio.h rev. 1.34 2018/02/20 17:15:27, jsing@ providedschwarze1-11/+89