summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)Author
2008-06-22Update ordinals.Dr. Stephen Henson
2008-06-06Sync ordinals.Dr. Stephen Henson
2008-06-05Remove uidlg library from VC-32.pl, it is now bound at runtime.Dr. Stephen Henson
2008-06-05Sync ordinals with stable branch.Dr. Stephen Henson
2008-06-05Link in extra CryptoAPI related libraries if needed.Dr. Stephen Henson
2008-06-04Update ordinals.Dr. Stephen Henson
2008-06-04Remove store from Windows build.Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-06-02Update year.Dr. Stephen Henson
2008-06-01Update from stable branch.Dr. Stephen Henson
2008-05-31Update from stable branch.Dr. Stephen Henson
2008-05-31Update VC-32.pl and load CryptoAPI engine in the right place.Dr. Stephen Henson
2008-05-31Recognize LHASH_OF().Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-05-20Update ordinals.Dr. Stephen Henson
2008-05-20Update from stable branch.Dr. Stephen Henson
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2008-04-04Delete nonexistant function from pkcs7.h header file. WIN32 build fix fromDr. Stephen Henson
stable branch. Sync and update ordinals.
2008-04-03Make mk1mf.pl recognize no-cms.Dr. Stephen Henson
2008-03-16Remove deleted function from header file, update mkfiles.plDr. Stephen Henson
2008-03-12And so it begins...Dr. Stephen Henson
Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
2008-03-12Update year.Dr. Stephen Henson
2008-02-13Support for NASM>=2 in Win64/x64 build.Andy Polyakov
2008-01-13Automate assembler support for Win64 targets (more work is needed).Andy Polyakov
2008-01-11Automate assembler support in mk1mf even further.Andy Polyakov
2008-01-06Experimental support for import of more options from ConfigureDr. Stephen Henson
(via top level Makefile) into mk1mf builds. This avoids the need to duplicate the CFLAG handling and can auto build assembly language source files from perl scripts. Extend VC-WIN32 Configure entry to include new options.
2008-01-05Include Mont asm files in WIN32 build.Dr. Stephen Henson
2008-01-05Add extra SHA2 defines.Dr. Stephen Henson
2008-01-04Add sha2 defines.Dr. Stephen Henson
2008-01-04Update netware to use new SHA2 assembly language modules.Dr. Stephen Henson
2008-01-04Update WIN32 nasm build to use new asm files.Dr. Stephen Henson
2008-01-03Move CHANGES entry. Revert include file install line.Dr. Stephen Henson
2008-01-03Netware support.Dr. Stephen Henson
Submitted by: Guenter Knauf <eflash@gmx.net>
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