summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)Author
2008-01-03NASM has recently changed name of win32 pre-compiled binary.Andy Polyakov
PR: 1627
2008-01-03Add quotes to Win32 install directories.Dr. Stephen Henson
Submitted by: Mladen Turk <mturk@apache.org>
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-10-07Addendum to commit #16651.Andy Polyakov
2007-10-07Make it possible to link VC static lib with either /MT or /MD application.Andy Polyakov
PR: 1230
2007-09-19Fix dependencies. Make depend.Ben Laurie
2007-08-31Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson
Submitted by: Victor B. Wagner <vitus@cryptocom.ru>
2007-08-27shlib_wrap commentary update.Andy Polyakov
2007-08-27shlib_wrap update, IRIX section.Andy Polyakov
2007-08-13Fix for asm/no-asm on WIN32.Dr. Stephen Henson
2007-08-12OPENSSL_NO_TLS1 WIN32 build support. Fix so normal build works again.Dr. Stephen Henson
2007-07-18WIN32 VC++ build fixes.Dr. Stephen Henson
2007-07-16shlib_wrap.sh update.Andy Polyakov
2007-06-18Make ordinals consistent with OpenSSL 0.9.8Dr. Stephen Henson
2007-06-11Privatize BN_*_no_branch.Andy Polyakov
2007-05-24Update ordinals.Dr. Stephen Henson
2007-04-23Add SEED encryption algorithm.Bodo Möller
PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
2007-04-05Errors should actually be errors.Ben Laurie
2007-03-28Change to mitigate branch prediction attacksBodo Möller
Submitted by: Matthew D Wood Reviewed by: Bodo Moeller
2007-03-16Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned ↵Dr. Stephen Henson
fixes.
2007-02-26use 2007 copyright for generated filesBodo Möller
2006-12-29opensslwrap.sh to respect $OPENSSL_ENGINES.Andy Polyakov
2006-12-29Minor clean-up in crypto/engine.Andy Polyakov
2006-12-29Allow opensslwrap.sh to access engines from build tree.Andy Polyakov
2006-11-30Import ordinals from 0.9.8 and update.Dr. Stephen Henson
2006-11-30Win32 fixes from stable branch.Dr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-11-16Update ordinals.Dr. Stephen Henson
2006-10-24Further mingw build procedure updates.Andy Polyakov
2006-10-23Switch Win32/64 targets to Winsock2. Updates to ISNTALL.W32 cover evenAndy Polyakov
recent mingw modifications.
2006-10-23Allow for mingw cross-compile configuration.Andy Polyakov
2006-07-17WIN32 fixes signed/unsigned issues and slightly socket semantics.Dr. Stephen Henson
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-07-10make updateDr. Stephen Henson
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller
CRYPTO_get_idptr_callback(), CRYPTO_thread_idptr() for a 'void *' type thread ID, since the 'unsigned long' type of the existing thread ID does not always work well.
2006-06-09Camellia cipher, contributed by NTTBodo Möller
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
2006-06-02Make update.Dr. Stephen Henson
2006-06-01Fix error code. make updateDr. Stephen Henson
2006-05-28Install openssl.cnf to OPENSSLDIR in mk1mf.plDr. Stephen Henson
2006-05-25Add prototypes, update Win32 ordinals.Dr. Stephen Henson
2006-05-25Update EVP_MD_CTX_copy_ex() to use EVP_PKEY_CTX_dup().Dr. Stephen Henson
2006-05-24New functions for enchanced digest sign/verify.Dr. Stephen Henson
2006-05-18make updateDr. Stephen Henson
2006-05-12make updateRichard Levitte
2006-04-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson
2006-03-10make updateNils Larsch
2006-02-26Break out deltree in its' own command procedure.Richard Levitte
2006-02-12make updateUlf Möller