summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-03-18In rsa.h rev. 1.38 2018/03/17 15:12:56 and dsa.h rev. 1.30 2018/03/17Ingo Schwarze
2018-03-18In x509.h rev. 1.43 2018/03/17 14:55:39, jsing@ providedIngo Schwarze
2018-03-18In ocsp.h rev. 1.12 2018/03/17 14:44:34, jsing@ providedIngo Schwarze
2018-03-18In ssl.h rev. 1.149 2018/03/17 14:40:45, jsing@ providedIngo Schwarze
2018-03-18In x509.h rev. 1.42 2018/03/17 14:33:20, jsing@ providedIngo Schwarze
2018-03-18In ssl.h rev. 1.148 2018/03/17 14:26:13, jsing@ providedIngo Schwarze
2018-03-18Fix a typo: OPENSSL_INIT_LOAD_CONFIG doesn't have double underbars.Theo Buehler
2018-03-17Clean up now that autoconfiguration is available:Ingo Schwarze
2018-03-17In crypto.h rev. 1.43 and ssl.h rev. 1.153 2018/03/17 16:20:01, beck@Ingo Schwarze
2018-03-17In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ providedIngo Schwarze
2018-03-17In x509_cmp.c rev. 1.30 2018/03/17 14:57:23, jsing@ adjustedIngo Schwarze
2018-03-17crank majorsTheo Buehler
2018-03-17Bump minors after symbol additionTheo Buehler
2018-03-17Bring in compatibility for OpenSSL 1.1 style init functions.Bob Beck
2018-03-17Provide SSL_SESSION_get_ticket_lifetime_hint() andTheo Buehler
2018-03-17Provide SSL_CTX_get_default_passwd_cb{,_userdata}()Theo Buehler
2018-03-17Provide X509_STORE_get0_param()Theo Buehler
2018-03-17Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enumTheo Buehler
2018-03-17Provide X509_NAME_ENTRY_set()Theo Buehler
2018-03-17Provide ECDSA_SIG_{g,s}et0().Theo Buehler
2018-03-17Add DSA_meth_{dup,free,new,set_{finish,sign}}()Theo Buehler
2018-03-17Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}()Theo Buehler
2018-03-17Make BIO_meth_get_write() public. Omission spotted by schwarze.Theo Buehler
2018-03-17Fix X509_get0_pubkey() - X509_get_pubkey() is a misnamed "get1" function,Joel Sing
2018-03-17Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning itJoel Sing
2018-03-17SSL_SESSION_get_protocol_version() takes a const SSL_SESSION *.Theo Buehler
2018-03-17Provide OCSP_SINGLERESP_get0_id().Joel Sing
2018-03-17Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(),Joel Sing
2018-03-17Provide object identifier for chacha20-poly1305.Joel Sing
2018-03-17Provide object identifiers for TLS cipher suite key exchange andJoel Sing
2018-03-17Provide X509_REVOKED_dup().Joel Sing
2018-03-17Provide SSL_SESSION_get0_id_context().Joel Sing
2018-03-16improve markup quality in the cases found by the new "--" style messageIngo Schwarze
2018-03-16Consistently spell "IPsec" in comments and debug outputs.Martin Pieuchot
2018-03-16Since most (if not all) ARMv8 hardware doesn't actually support trapping ofMark Kettenis
2018-03-16anton points out that my previous commit completely messed with theJason McIntyre
2018-03-15Also bump libtls minor after the addition of SSL_CTX_get_min/max_proto_versionJeremie Courreges-Anglas
2018-03-15Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_versionJeremie Courreges-Anglas
2018-03-13ensure SYS_getrandom and GRND_NONBLOCK are both defined before using getrando...Brent Cook
2018-03-13Fix commentsJeremie Courreges-Anglas
2018-03-12Fix for processing of EC public keyKinichiro Inoguchi
2018-03-12Gah, rintl() is used internally, so add a macro for the fourth possiblity,Philip Guenther
2018-03-12Make the binding of rintl, significand, and significandf consistentlyPhilip Guenther
2018-03-12Add cvs tag, copyright, and licensePhilip Guenther
2018-03-12Fix build of sincosl on machines where long double == doublePhilip Guenther
2018-03-10Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonMark Kettenis
2018-03-08un-revert tls_init pthread_once change, now that stub is added so that builds...Bob Beck
2018-03-07backout. diff was not tested comprehensively, resulting in a broken tree.Theo de Raadt
2018-03-07Make tls_init() concurrently callable using pthread_once().Bob Beck
2018-03-06use _ALIGN() which is uhm a bit OpenBSD-specific, but it means weTheo de Raadt