summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2017-08-31OpenSSL::Test::__fixup_prg: don't check program existenceRichard Levitte
2017-08-31util/mkdef.pl: handle line terminators correctlyRichard Levitte
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell
2017-08-31Add SSL_SESSION_set_max_early_data()Matt Caswell
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre
2017-08-21Document missing EVP_PKEY_method_* itemsPaul Yang
2017-08-16fix some typosFdaSilvaYY
2017-08-15Add SSL_get_pending_cipher()Benjamin Kaduk
2017-08-15Add ERR_clear_last_mark()Richard Levitte
2017-08-15File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte
2017-08-14Doc fixesRich Salz
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-08-09Add -d flag to list -u details (now normally off)Rich Salz
2017-08-09Add an SSL_SESSION_dup() functionMatt Caswell
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-29make updateDr. Stephen Henson
2017-07-29Implement the CRYPTO_secure_clear_free functionBernd Edlinger
2017-07-28Make SSL_set_tlsext_host_name no effect from server sidePaul Yang
2017-07-28Perl: Use File::Glob::bsd_glob rather than File::Glob::globRichard Levitte
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario
2017-07-26Add test cases and docs for ASN1_STRING_TABLE_* functionsPaul Yang
2017-07-26Add support to free/allocate SSL buffersTodd Short
2017-07-25Add evp/m_sha3.c.Andy Polyakov
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-19Add DRBG random methodRich Salz
2017-07-16Don't use "version" in "OpenSSL Version 1.1.0" etcRich Salz
2017-07-07Update the version number for TLSv1.3 draft 21Matt Caswell
2017-07-03Various doc fixesRich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-29Add fork handlers, based on pthread_atforkRich Salz
2017-06-29util/mkdef.pl: Make symbol version processing Linux onlyRichard Levitte
2017-06-29util/mkdef.pl: Add UNIX as a platformRichard Levitte
2017-06-29STORE: add ENGINE information to loadersRichard Levitte
2017-06-29Add the STORE moduleRichard Levitte
2017-06-27util/mkerr.pl: avoid getting an annoying warning about negative countRichard Levitte
2017-06-27util/mkerr.pl: allow module names prefixed with OSSL_ or OPENSSL_Richard Levitte
2017-06-24Add constants for TLS 1.3 SignatureScheme valuesBenjamin Kaduk
2017-06-21Add OCSP_resp_get1_id() accessorSascha Steinbiss
2017-06-21Document SSL_set_psk_find_session_callback() and SSL_CTX equivalentMatt Caswell
2017-06-21Document SSL_set_psk_use_session_callback() and SSL_CTX equivalentMatt Caswell
2017-06-21Add SSL_SESSION_set_protocol_version()Matt Caswell