aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte2017-10-301-0/+2
* Add sk_TYPE_new_reserve() functionPaul Yang2017-10-261-0/+1
* Additional name for all commandsRich Salz2017-10-181-0/+0
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-1/+14
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* Add CRYPTO_get_alloc_counts.Rich Salz2017-10-121-0/+1
* make updateDr. Stephen Henson2017-10-121-0/+2
* Add RFC7919 documentation.Dr. Stephen Henson2017-10-121-0/+2
* make updateDr. Stephen Henson2017-10-121-0/+1
* Add atomic write callPauli2017-10-101-0/+1
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-101-0/+1
* Fix util/perl/OpenSSL/Test.pm input variable overwriteRichard Levitte2017-10-091-9/+9
* Fix util/find-doc-nits to correctly parse function signature typedefsRichard Levitte2017-10-091-1/+4
* Add a reserve call to the stack data structure.Pauli2017-09-281-0/+1
* Provide getters for min/max proto versionChristian Heimes2017-09-151-0/+4
* Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang2017-09-141-0/+1
* Support key check in EVP interfacePaul Yang2017-09-131-0/+3
* Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2017-09-082-11/+11
* Add UI functions to set result with explicit length and to retrieve the lengthRichard Levitte2017-09-081-0/+3
* add callback handler for setting DTLS timer intervalAlfred E. Heggestad2017-09-062-0/+2
* Fix OpenSSL::Test::Utils::config to actualy load the config dataRichard Levitte2017-09-011-0/+1
* Fix Proxy where a timeout occurs waiting for both client and serverMatt Caswell2017-09-011-3/+6
* Add CRYPTO_thread_glock_newRich Salz2017-08-311-0/+1
* OpenSSL::Test::__fixup_prg: don't check program existenceRichard Levitte2017-08-311-5/+0
* util/mkdef.pl: handle line terminators correctlyRichard Levitte2017-08-311-2/+1
* Add functions for getting/setting SNI/ALPN info in SSL_SESSIONMatt Caswell2017-08-311-0/+3
* Add SSL_SESSION_set_max_early_data()Matt Caswell2017-08-311-0/+1
* Introduce SSL_CIPHER_get_protocol_idPaul Yang2017-08-301-0/+1
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-301-0/+6
* Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx2017-08-281-0/+1
* RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre2017-08-281-1/+1
* Document missing EVP_PKEY_method_* itemsPaul Yang2017-08-211-0/+1
* fix some typosFdaSilvaYY2017-08-161-16/+16
* Add SSL_get_pending_cipher()Benjamin Kaduk2017-08-151-0/+1
* Add ERR_clear_last_mark()Richard Levitte2017-08-151-0/+1
* File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte2017-08-153-2/+27
* Consolidate the locations where we have our internal perl modulesRichard Levitte2017-08-1517-3/+1687
* Doc fixesRich Salz2017-08-141-7/+118
* Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2017-08-121-0/+1
* Fix some Typos and indentsFdaSilvaYY2017-08-113-3/+3
* Add -d flag to list -u details (now normally off)Rich Salz2017-08-091-9/+12
* Add an SSL_SESSION_dup() functionMatt Caswell2017-08-091-0/+1
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-081-0/+1
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-041-0/+3
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-0/+3
* Add a DRBG to each SSL objectRich Salz2017-08-031-0/+1
* Switch from ossl_rand to DRBG randRich Salz2017-08-032-2/+2
* make updateDr. Stephen Henson2017-07-291-0/+2
* Implement the CRYPTO_secure_clear_free functionBernd Edlinger2017-07-292-0/+2
* Make SSL_set_tlsext_host_name no effect from server sidePaul Yang2017-07-281-0/+1