summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-03-05typo in kern.maxlocksperuidOtto Moerbeek
2018-03-05Use _MAX_PAGE_SHIFT, rather than #ifdef mips64Theo de Raadt
2018-03-04various tweaks, in part to try and clean up the amount of verticalJason McIntyre
2018-03-03Provide macro versions of SSL_CTX_set_min/max_proto_version and friendsJeremie Courreges-Anglas
2018-03-02Return monotonically increasing values.cheloha
2018-03-01Two new manual pages OPENSSL_sk_new(3) and STACK_OF(3), written fromIngo Schwarze
2018-02-28Remove CFLAGS+=-mfloat-abi=softfp that I accidentally committed.Mark Kettenis
2018-02-28Change floating-point mode/environment control functions to operate onMark Kettenis
2018-02-27Garbage collect RC5 documentation.Ingo Schwarze
2018-02-27Garbage collect MD2 documentation.Ingo Schwarze
2018-02-27fix a wrong preposition; from Daniel Bevenius at gmail dot comIngo Schwarze
2018-02-27Add a cross reference to SSL_get_ex_data_X509_STORE_CTX_idx(3);Ingo Schwarze
2018-02-27Import SSL_CTX_set_tlsext_use_srtp(3) from OpenSSL, slightly tweaked by me.Ingo Schwarze
2018-02-27Add four options that exist in our tree and are documented in OpenSSL.Ingo Schwarze
2018-02-27sort option list alphabetically in preparation for adding missing options;Ingo Schwarze
2018-02-27Mention that SSL_OP_TLSEXT_PADDING no longer has any effect,Ingo Schwarze
2018-02-27Merge the documentation of SSL_CIPHER_get_id(3) andIngo Schwarze
2018-02-27improve lining up of tabs inside .Fd macros for terminal output;Ingo Schwarze
2018-02-27In ssl.h rev. 1.145 2018/02/22 17:30:25, jsing@ provided SSL_is_server(3).Ingo Schwarze
2018-02-27In ssl.h rev. 1.144 2018/02/22 17:29:24, jsing@ provided SSL_up_ref(3).Ingo Schwarze
2018-02-26In ssl.h rev. 1.143 2018/02/22 17:27:07, jsing@ providedIngo Schwarze
2018-02-26In ssl.h rev. 1.142 2018/02/22 17:25:18, jsing@ providedIngo Schwarze
2018-02-26In x509.h rev. 1.41 2018/02/22 17:22:02, jsing@ providedIngo Schwarze