summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2017-11-30Make possible variant SONAMEs and symbol versionsViktor Dukhovni
2017-11-27Fix SOURCE_DATE_EPOCH bug; use UTCRich Salz
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-11make updateBen Kaduk
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-10util/copy.pl: work around glob quirk in some of earlier 5.1x Perl versions.Andy Polyakov
2017-11-07Fix race condition in TLSProxyMatt Caswell
2017-11-06SM3: restructure to EVP internal and update doc to right locationRonald Tse
2017-11-06SM3: Add SM3 hash functionJack Lloyd
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-31Synchronize man3 EVP cipher list with existing implementations, adding:Ronald Tse
2017-10-31Fix EVP_PKEY_ASN1_METHOD manualRichard Levitte
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-10-30EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte
2017-10-26Add sk_TYPE_new_reserve() functionPaul Yang
2017-10-18Additional name for all commandsRich Salz
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