Age | Commit message (Expand) | Author |
2018-03-17 | In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ provided | Ingo Schwarze |
2018-03-17 | In x509_cmp.c rev. 1.30 2018/03/17 14:57:23, jsing@ adjusted | Ingo Schwarze |
2018-03-17 | crank majors | Theo Buehler |
2018-03-17 | Bump minors after symbol addition | Theo Buehler |
2018-03-17 | Bring in compatibility for OpenSSL 1.1 style init functions. | Bob Beck |
2018-03-17 | Provide SSL_SESSION_get_ticket_lifetime_hint() and | Theo Buehler |
2018-03-17 | Provide SSL_CTX_get_default_passwd_cb{,_userdata}() | Theo Buehler |
2018-03-17 | Provide X509_STORE_get0_param() | Theo Buehler |
2018-03-17 | Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enum | Theo Buehler |
2018-03-17 | Provide X509_NAME_ENTRY_set() | Theo Buehler |
2018-03-17 | Provide ECDSA_SIG_{g,s}et0(). | Theo Buehler |
2018-03-17 | Add DSA_meth_{dup,free,new,set_{finish,sign}}() | Theo Buehler |
2018-03-17 | Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}() | Theo Buehler |
2018-03-17 | Make BIO_meth_get_write() public. Omission spotted by schwarze. | Theo Buehler |
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 |