Age | Commit message (Expand) | Author |
2018-03-17 | Fix X509_get0_pubkey() - X509_get_pubkey() is a misnamed "get1" function, | Joel Sing |
2018-03-17 | Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning it | Joel Sing |
2018-03-17 | SSL_SESSION_get_protocol_version() takes a const SSL_SESSION *. | Theo Buehler |
2018-03-17 | Provide OCSP_SINGLERESP_get0_id(). | Joel Sing |
2018-03-17 | Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(), | Joel Sing |
2018-03-17 | Provide object identifier for chacha20-poly1305. | Joel Sing |
2018-03-17 | Provide object identifiers for TLS cipher suite key exchange and | Joel Sing |
2018-03-17 | Provide X509_REVOKED_dup(). | Joel Sing |
2018-03-17 | Provide SSL_SESSION_get0_id_context(). | Joel Sing |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze |
2018-03-16 | Consistently spell "IPsec" in comments and debug outputs. | Martin Pieuchot |
2018-03-16 | Since most (if not all) ARMv8 hardware doesn't actually support trapping of | Mark Kettenis |
2018-03-16 | anton points out that my previous commit completely messed with the | Jason McIntyre |
2018-03-15 | Also bump libtls minor after the addition of SSL_CTX_get_min/max_proto_version | Jeremie Courreges-Anglas |
2018-03-15 | Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version | Jeremie Courreges-Anglas |
2018-03-13 | ensure SYS_getrandom and GRND_NONBLOCK are both defined before using getrando... | Brent Cook |
2018-03-13 | Fix comments | Jeremie Courreges-Anglas |
2018-03-12 | Fix for processing of EC public key | Kinichiro Inoguchi |
2018-03-12 | Gah, rintl() is used internally, so add a macro for the fourth possiblity, | Philip Guenther |
2018-03-12 | Make the binding of rintl, significand, and significandf consistently | Philip Guenther |
2018-03-12 | Add cvs tag, copyright, and license | Philip Guenther |
2018-03-12 | Fix build of sincosl on machines where long double == double | Philip Guenther |
2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common | Mark Kettenis |
2018-03-08 | un-revert tls_init pthread_once change, now that stub is added so that builds... | Bob Beck |
2018-03-07 | backout. diff was not tested comprehensively, resulting in a broken tree. | Theo de Raadt |
2018-03-07 | Make tls_init() concurrently callable using pthread_once(). | Bob Beck |
2018-03-06 | use _ALIGN() which is uhm a bit OpenBSD-specific, but it means we | Theo de Raadt |
2018-03-05 | typo in kern.maxlocksperuid | Otto Moerbeek |
2018-03-05 | Use _MAX_PAGE_SHIFT, rather than #ifdef mips64 | Theo de Raadt |
2018-03-04 | various tweaks, in part to try and clean up the amount of vertical | Jason McIntyre |
2018-03-03 | Provide macro versions of SSL_CTX_set_min/max_proto_version and friends | Jeremie Courreges-Anglas |
2018-03-02 | Return monotonically increasing values. | cheloha |
2018-03-01 | Two new manual pages OPENSSL_sk_new(3) and STACK_OF(3), written from | Ingo Schwarze |
2018-02-28 | Remove CFLAGS+=-mfloat-abi=softfp that I accidentally committed. | Mark Kettenis |
2018-02-28 | Change floating-point mode/environment control functions to operate on | Mark Kettenis |
2018-02-27 | Garbage collect RC5 documentation. | Ingo Schwarze |
2018-02-27 | Garbage collect MD2 documentation. | Ingo Schwarze |
2018-02-27 | fix a wrong preposition; from Daniel Bevenius at gmail dot com | Ingo Schwarze |
2018-02-27 | Add a cross reference to SSL_get_ex_data_X509_STORE_CTX_idx(3); | Ingo Schwarze |
2018-02-27 | Import SSL_CTX_set_tlsext_use_srtp(3) from OpenSSL, slightly tweaked by me. | Ingo Schwarze |
2018-02-27 | Add four options that exist in our tree and are documented in OpenSSL. | Ingo Schwarze |
2018-02-27 | sort option list alphabetically in preparation for adding missing options; | Ingo Schwarze |
2018-02-27 | Mention that SSL_OP_TLSEXT_PADDING no longer has any effect, | Ingo Schwarze |
2018-02-27 | Merge the documentation of SSL_CIPHER_get_id(3) and | Ingo Schwarze |
2018-02-27 | improve lining up of tabs inside .Fd macros for terminal output; | Ingo Schwarze |
2018-02-27 | In ssl.h rev. 1.145 2018/02/22 17:30:25, jsing@ provided SSL_is_server(3). | Ingo Schwarze |
2018-02-27 | In ssl.h rev. 1.144 2018/02/22 17:29:24, jsing@ provided SSL_up_ref(3). | Ingo Schwarze |
2018-02-26 | In ssl.h rev. 1.143 2018/02/22 17:27:07, jsing@ provided | Ingo Schwarze |
2018-02-26 | In ssl.h rev. 1.142 2018/02/22 17:25:18, jsing@ provided | Ingo Schwarze |
2018-02-26 | In x509.h rev. 1.41 2018/02/22 17:22:02, jsing@ provided | Ingo Schwarze |