summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Make possible variant SONAMEs and symbol versionsViktor Dukhovni2017-11-301-3/+55
* Fix SOURCE_DATE_EPOCH bug; use UTCRich Salz2017-11-271-9/+24
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-211-0/+8
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+11
* make updateBen Kaduk2017-11-111-0/+1
* Many spelling fixes/typo's corrected.Josh Soref2017-11-115-9/+9
* util/copy.pl: work around glob quirk in some of earlier 5.1x Perl versions.Andy Polyakov2017-11-101-1/+2
* Fix race condition in TLSProxyMatt Caswell2017-11-071-0/+4
* SM3: restructure to EVP internal and update doc to right locationRonald Tse2017-11-061-4/+0
* SM3: Add SM3 hash functionJack Lloyd2017-11-062-1/+6
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-052-0/+4
* Synchronize man3 EVP cipher list with existing implementations, adding:Ronald Tse2017-10-311-0/+7
* Fix EVP_PKEY_ASN1_METHOD manualRichard Levitte2017-10-311-0/+1
* SM4: Add SM4 block cipher to EVPRonald Tse2017-10-312-1/+6
* 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