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