aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Fix OpenSSL::Test::Utils::config to actualy load the config dataRichard Levitte1-0/+1
2017-09-01Fix Proxy where a timeout occurs waiting for both client and serverMatt Caswell1-3/+6
2017-08-31Add CRYPTO_thread_glock_newRich Salz1-0/+1
2017-08-31OpenSSL::Test::__fixup_prg: don't check program existenceRichard Levitte1-5/+0
2017-08-31util/mkdef.pl: handle line terminators correctlyRichard Levitte1-2/+1
2017-08-31Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell1-0/+3
2017-08-31Add SSL_SESSION_set_max_early_data()Matt Caswell1-0/+1
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang1-0/+1
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett1-0/+6
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx1-0/+1
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre1-1/+1
2017-08-21Document missing EVP_PKEY_method_* itemsPaul Yang1-0/+1
2017-08-16fix some typosFdaSilvaYY1-16/+16
2017-08-15Add SSL_get_pending_cipher()Benjamin Kaduk1-0/+1
2017-08-15Add ERR_clear_last_mark()Richard Levitte1-0/+1
2017-08-15File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte3-2/+27
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte17-3/+1687
2017-08-14Doc fixesRich Salz1-7/+118
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov1-0/+1
2017-08-11Fix some Typos and indentsFdaSilvaYY3-3/+3
2017-08-09Add -d flag to list -u details (now normally off)Rich Salz1-9/+12
2017-08-09Add an SSL_SESSION_dup() functionMatt Caswell1-0/+1
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer1-0/+1
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short1-0/+3
2017-08-03Add RAND_priv_bytes() for private keysRich Salz1-0/+3
2017-08-03Add a DRBG to each SSL objectRich Salz1-0/+1
2017-08-03Switch from ossl_rand to DRBG randRich Salz2-2/+2
2017-07-29make updateDr. Stephen Henson1-0/+2
2017-07-29Implement the CRYPTO_secure_clear_free functionBernd Edlinger2-0/+2
2017-07-28Make SSL_set_tlsext_host_name no effect from server sidePaul Yang1-0/+1
2017-07-28Perl: Use File::Glob::bsd_glob rather than File::Glob::globRichard Levitte2-2/+2
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario1-0/+6
2017-07-26Add test cases and docs for ASN1_STRING_TABLE_* functionsPaul Yang1-0/+1
2017-07-26Add support to free/allocate SSL buffersTodd Short1-0/+2
2017-07-25Add evp/m_sha3.c.Andy Polyakov1-0/+6
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang1-1/+2
2017-07-19Add DRBG random methodRich Salz2-0/+14
2017-07-16Don't use "version" in "OpenSSL Version 1.1.0" etcRich Salz1-0/+2
2017-07-07Update the version number for TLSv1.3 draft 21Matt Caswell1-1/+1
2017-07-03Various doc fixesRich Salz1-18/+14
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte2-65/+65
2017-06-29Add fork handlers, based on pthread_atforkRich Salz1-0/+3
2017-06-29util/mkdef.pl: Make symbol version processing Linux onlyRichard Levitte1-2/+2
2017-06-29util/mkdef.pl: Add UNIX as a platformRichard Levitte1-1/+4
2017-06-29STORE: add ENGINE information to loadersRichard Levitte1-0/+2
2017-06-29Add the STORE moduleRichard Levitte2-0/+51
2017-06-27util/mkerr.pl: avoid getting an annoying warning about negative countRichard Levitte1-0/+2
2017-06-27util/mkerr.pl: allow module names prefixed with OSSL_ or OPENSSL_Richard Levitte1-5/+5
2017-06-24Add constants for TLS 1.3 SignatureScheme valuesBenjamin Kaduk1-0/+27
2017-06-21Add OCSP_resp_get1_id() accessorSascha Steinbiss1-0/+1