summaryrefslogtreecommitdiffstats
path: root/util/libeay.num
AgeCommit message (Collapse)Author
2014-03-12Update ordinals.Dr. Stephen Henson
Use a previously unused value as we will be updating multiple released branches. (cherry picked from commit 0737acd2a8cc688902b5151cab5dc6737b82fb96)
2013-01-31Add ordinal for CRYPTO_memcmp: since this will affect multipleDr. Stephen Henson
branches it needs to be in a "gap".
2012-07-03PR: 2840Dr. Stephen Henson
Reported by: David McCullough <david_mccullough@mcafee.com> Restore fips configuration module from 0.9.8.
2011-12-25update ordinalsDr. Stephen Henson
2011-11-22update ordinalsDr. Stephen Henson
2011-10-19"make update"Bodo Möller
2011-10-09Update ordinals.Dr. Stephen Henson
2011-10-09Update ordinals.Dr. Stephen Henson
2011-08-26Update ordinals.Dr. Stephen Henson
2011-07-08Update ordinals.Dr. Stephen Henson
2011-06-10update ordinalsDr. Stephen Henson
2011-06-10add cmac to Windows build, update ordinalsDr. Stephen Henson
2011-05-12Have EC_NISTP224_64_GCC_128 treated like any algorithm, and have disabled byDr. Stephen Henson
default. If we don't do it this way, it screws up libeay.num. (update from HEAD, original from levitte).
2011-03-23make update (1.0.1-stable)Richard Levitte
This meant a slight renumbering in util/libeay.num due to symbols appearing in 1.0.0-stable. However, since there's been no release on this branch yet, it should be harmless.
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2011-03-16Add SRP.Ben Laurie
2010-07-25Add modes.h to mkdef.pl, update ordinals.Dr. Stephen Henson
2010-04-13make updateDr. Stephen Henson
2010-04-06PR: 2220Dr. Stephen Henson
Fixes to make OpenSSL compile with no-rc4
2010-03-27PR: 1904Dr. Stephen Henson
Submitted by: David Woodhouse <dwmw2@infradead.org> Pass passphrase minimum length down to UI.
2010-03-09make updateDr. Stephen Henson
2010-02-07make updateDr. Stephen Henson
2010-01-26Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson
later.
2010-01-26OPENSSL_isservice is now defined on all platforms not just WIN32Dr. Stephen Henson
2010-01-26export OPENSSL_isservice and make updateDr. Stephen Henson
2010-01-12update ordinalsDr. Stephen Henson
2010-01-12make updateDr. Stephen Henson
2009-11-04Update ordinals.Dr. Stephen Henson
2009-10-18make updateDr. Stephen Henson
2009-10-15Update ordinals.Dr. Stephen Henson
2009-09-06Make update, deleting bogus DTLS error codeDr. Stephen Henson
2009-06-17Update from HEAD.Dr. Stephen Henson
2009-05-28Update ordinals and sync with 0.9.8Dr. Stephen Henson
2009-04-22CryptoAPI engine only exists on WIN32.Dr. Stephen Henson
2009-04-13Make update.Dr. Stephen Henson
2009-03-31Win32 build fixes.Dr. Stephen Henson
2008-12-23Windows-specific addenum to "engage crypto/modes" commit #17716.Andy Polyakov
2008-11-24Update libeay.numDr. Stephen Henson
2008-11-12Update from stable branch.Dr. Stephen Henson
2008-06-22Update ordinals.Dr. Stephen Henson
2008-06-06Sync ordinals.Dr. Stephen Henson
2008-06-05Sync ordinals with stable branch.Dr. Stephen Henson
2008-06-04Update ordinals.Dr. Stephen Henson
2008-05-20Update ordinals.Dr. Stephen Henson
2008-04-04Delete nonexistant function from pkcs7.h header file. WIN32 build fix fromDr. Stephen Henson
stable branch. Sync and update ordinals.
2007-12-16Update ordinalsDr. Stephen Henson
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson
of handshake failure 2. Changes to x509_certificate_type function (crypto/x509/x509type.c) to make it recognize GOST certificates as EVP_PKT_SIGN|EVP_PKT_EXCH (required for s3_srvr to accept GOST client certificates). 3. Changes to EVP - adding of function EVP_PKEY_CTX_get0_peerkey - Make function EVP_PKEY_derive_set_peerkey work for context with ENCRYPT operation, because we use peerkey field in the context to pass non-ephemeral secret key to GOST encrypt operation. - added EVP_PKEY_CTRL_SET_IV control command. It is really GOST-specific, but it is used in SSL code, so it has to go in some header file, available during libssl compilation 4. Fix to HMAC to avoid call of OPENSSL_cleanse on undefined data 5. Include des.h if KSSL_DEBUG is defined into some libssl files, to make debugging output which depends on constants defined there, work and other KSSL_DEBUG output fixes 6. Declaration of real GOST ciphersuites, two authentication methods SSL_aGOST94 and SSL_aGOST2001 and one key exchange method SSL_kGOST 7. Implementation of these methods. 8. Support for sending unsolicited serverhello extension if GOST ciphersuite is selected. It is require for interoperability with CryptoPro CSP 3.0 and 3.6 and controlled by SSL_OP_CRYPTOPRO_TLSEXT_BUG constant. This constant is added to SSL_OP_ALL, because it does nothing, if non-GOST ciphersuite is selected, and all implementation of GOST include compatibility with CryptoPro. 9. Support for CertificateVerify message without length field. It is another CryptoPro bug, but support is made unconditional, because it does no harm for draft-conforming implementation. 10. In tls1_mac extra copy of stream mac context is no more done. When I've written currently commited code I haven't read EVP_DigestSignFinal manual carefully enough and haven't noticed that it does an internal digest ctx copying. This implementation was tested against 1. CryptoPro CSP 3.6 client and server 2. Cryptopro CSP 3.0 server
2007-10-12Update CHANGES. Keep ordinals consistent.Dr. Stephen Henson
2007-06-18Make ordinals consistent with OpenSSL 0.9.8Dr. Stephen Henson
2007-06-11Privatize BN_*_no_branch.Andy Polyakov