Age | Commit message (Expand) | Author |
2018-02-18 | Replace a full memory barrier with a write-write barrier. The full | Visa Hankala |
2018-02-18 | sync | Theo Buehler |
2018-02-18 | Bump libcrypto/libssl/libtls minors due to symbol additions. | Theo Buehler |
2018-02-18 | Provide BIO_meth_set_gets(). | Theo Buehler |
2018-02-18 | Provide BIO_{g,s}et_data() and BIO_set_init(). | Theo Buehler |
2018-02-18 | Provide RSA_{g,s}et0_crt_params() | Theo Buehler |
2018-02-18 | Use usual order of RSA_{g,s}et0_key(). | Theo Buehler |
2018-02-18 | Provide RSA_{g,s}et0_factors() | Theo Buehler |
2018-02-18 | Provide RSA_bits() | Theo Buehler |
2018-02-18 | Provide DH_set0_pqg. | Theo Buehler |
2018-02-18 | Provide DSA_set0_pqg. | Theo Buehler |
2018-02-18 | document "machine video"; requested by tinker | Jason McIntyre |
2018-02-18 | document s_client -groups; | Jason McIntyre |
2018-02-18 | Simplify interface listing. | kn |
2018-02-18 | vmd: fix vmctl pause for non existing vm ids (never returns) | pd |
2018-02-18 | Create interfaces before processing the hostname.if file in ifstart(). | Robert Peichaer |
2018-02-17 | In bio.h rev. 1.31 2018/02/17 13:57:14, tb@ provided new functions | Ingo Schwarze |
2018-02-17 | Rename memhook to vmmap to match other archs. | Mark Kettenis |
2018-02-17 | Remove a warning about the dangers of X509_VERIFY_PARAM_set1_name(3) | Ingo Schwarze |
2018-02-17 | Since rev 1.543 of dhclient it sends the 'host-name' by default. | Robert Peichaer |
2018-02-17 | document LIBRESSL_VERSION_NUMBER and LIBRESSL_VERSION_TEXT | Ingo Schwarze |
2018-02-17 | Document OpenSSL_version_num(3) and OpenSSL_version(3) that jsing@ | Ingo Schwarze |
2018-02-17 | sync | Theo Buehler |
2018-02-17 | Merge documentation for {DH,DSA}_get0_{key,pqg}(3), | Ingo Schwarze |
2018-02-17 | Provide EVP_CIPHER_CTX_reset(). | Joel Sing |
2018-02-17 | sync | Joel Sing |
2018-02-17 | Bump libcrypto/libssl/libtls minors due to symbol additions. | Joel Sing |
2018-02-17 | Provide X509_get0_extensions() and X509_get0_signature() | Joel Sing |
2018-02-17 | Provide SSL_SESSION_get_master_key() | Joel Sing |
2018-02-17 | Provide SSL_get_client_random() and SSL_get_server_random() | Joel Sing |
2018-02-17 | Provide SSL_CTX_get0_certificate() | Joel Sing |
2018-02-17 | Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg(). | Joel Sing |
2018-02-17 | Provide EVP_MD_CTX_new(), EVP_MD_CTX_free() and EVP_MD_CTX_reset(). | Joel Sing |
2018-02-17 | Provide HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_reset() and | Joel Sing |
2018-02-17 | s/DH/DSA/ | Joel Sing |
2018-02-17 | Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}() | Theo Buehler |
2018-02-17 | Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(), | Theo Buehler |
2018-02-17 | - Add descriptions for the new functions ifcreate() and vifscreate() | Robert Peichaer |
2018-02-17 | Fix behaviour of OpenSSL_version(). | Joel Sing |
2018-02-16 | bump max line length to 16K for incoming mail. | Eric Faurot |
2018-02-16 | typo fix s/issuserAltName/issuerAltName/ | Ingo Schwarze |
2018-02-16 | Copy all function names from the SYNOPSIS to the NAME section because | Ingo Schwarze |
2018-02-16 | Merge OpenSSL commit a8c5ed81 Jul 18 13:57:25 2017 -0400 | Ingo Schwarze |
2018-02-16 | Add missing RETURN VALUES sections; from Paul Yang | Ingo Schwarze |
2018-02-16 | Add missing RETURN VALUES sections; from Paul Yang | Ingo Schwarze |
2018-02-16 | Add sizes for free() in the i386 version of the Enhanced SpeedStep driver. | Frederic Cambus |
2018-02-16 | Reflowing the grid in-place involved way too much memmove() for a big | Nicholas Marriott |
2018-02-16 | Fix function argument names, from Abel Abraham Camarillo Ojeda via jmc@. | Nicholas Marriott |
2018-02-16 | Support card interrupts in imxesdhc(4). The code that was written | Patrick Wildt |
2018-02-16 | simplify synopsis and text; | Jason McIntyre |