summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-12Add CRYPTO_get_alloc_counts.Rich Salz
2017-10-12make updateDr. Stephen Henson
2017-10-12Add RFC7919 documentation.Dr. Stephen Henson
2017-10-12make updateDr. Stephen Henson
2017-10-10Add atomic write callPauli
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli
2017-10-09Fix util/perl/OpenSSL/Test.pm input variable overwriteRichard Levitte
2017-10-09Fix util/find-doc-nits to correctly parse function signature typedefsRichard Levitte
2017-09-28Add a reserve call to the stack data structure.Pauli
2017-09-15Provide getters for min/max proto versionChristian Heimes
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang
2017-09-13Support key check in EVP interfacePaul Yang
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin
2017-09-08Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte
2017-09-06add callback handler for setting DTLS timer intervalAlfred E. Heggestad
2017-09-01Fix OpenSSL::Test::Utils::config to actualy load the config dataRichard Levitte
2017-09-01Fix Proxy where a timeout occurs waiting for both client and serverMatt Caswell
2017-08-31Add CRYPTO_thread_glock_newRich Salz
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