aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)AuthorFilesLines
2008-10-27Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson2-0/+2
2008-09-09Ignoring errors in makedepend can hide problems.Ben Laurie1-1/+1
2008-06-22Update ordinals.Dr. Stephen Henson1-4/+4
2008-06-06Sync ordinals.Dr. Stephen Henson1-2/+3
2008-06-05Remove uidlg library from VC-32.pl, it is now bound at runtime.Dr. Stephen Henson1-5/+0
2008-06-05Sync ordinals with stable branch.Dr. Stephen Henson2-23/+23
2008-06-05Link in extra CryptoAPI related libraries if needed.Dr. Stephen Henson1-1/+10
2008-06-04Update ordinals.Dr. Stephen Henson2-138/+143
2008-06-04Remove store from Windows build.Dr. Stephen Henson2-2/+2
2008-06-04More type-checking.Ben Laurie1-1/+23
2008-06-02Update year.Dr. Stephen Henson1-1/+1
2008-06-01Update from stable branch.Dr. Stephen Henson2-1/+6
2008-05-31Update from stable branch.Dr. Stephen Henson1-0/+1
2008-05-31Update VC-32.pl and load CryptoAPI engine in the right place.Dr. Stephen Henson1-1/+1
2008-05-31Recognize LHASH_OF().Dr. Stephen Henson1-0/+1
2008-05-26LHASH revamp. make depend.Ben Laurie1-3/+33
2008-05-20Update ordinals.Dr. Stephen Henson1-4/+7
2008-05-20Update from stable branch.Dr. Stephen Henson1-0/+1
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke3-2/+6
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 Henson2-411/+548
stable branch. Sync and update ordinals.
2008-04-03Make mk1mf.pl recognize no-cms.Dr. Stephen Henson1-0/+2
2008-03-16Remove deleted function from header file, update mkfiles.plDr. Stephen Henson1-0/+1
2008-03-12And so it begins...Dr. Stephen Henson1-2/+15
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 Henson1-1/+1
2008-02-13Support for NASM>=2 in Win64/x64 build.Andy Polyakov1-3/+10
2008-01-13Automate assembler support for Win64 targets (more work is needed).Andy Polyakov2-11/+29
2008-01-11Automate assembler support in mk1mf even further.Andy Polyakov3-101/+65
2008-01-06Experimental support for import of more options from ConfigureDr. Stephen Henson2-40/+98
(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 Henson1-4/+4
2008-01-05Add extra SHA2 defines.Dr. Stephen Henson1-1/+2
2008-01-04Add sha2 defines.Dr. Stephen Henson1-1/+4
2008-01-04Update netware to use new SHA2 assembly language modules.Dr. Stephen Henson1-4/+5
2008-01-04Update WIN32 nasm build to use new asm files.Dr. Stephen Henson2-6/+11
2008-01-03Move CHANGES entry. Revert include file install line.Dr. Stephen Henson1-1/+1
2008-01-03Netware support.Dr. Stephen Henson3-99/+298
Submitted by: Guenter Knauf <eflash@gmx.net>
2008-01-03NASM has recently changed name of win32 pre-compiled binary.Andy Polyakov1-1/+4
PR: 1627
2008-01-03Add quotes to Win32 install directories.Dr. Stephen Henson1-22/+22
Submitted by: Mladen Turk <mturk@apache.org>
2007-12-16Update ordinalsDr. Stephen Henson1-0/+1
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson1-0/+1
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 Henson1-407/+412
2007-10-07Addendum to commit #16651.Andy Polyakov1-3/+4
2007-10-07Make it possible to link VC static lib with either /MT or /MD application.Andy Polyakov1-4/+6
PR: 1230
2007-09-19Fix dependencies. Make depend.Ben Laurie1-1/+5
2007-08-31Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson1-13/+13
Submitted by: Victor B. Wagner <vitus@cryptocom.ru>
2007-08-27shlib_wrap commentary update.Andy Polyakov1-0/+6
2007-08-27shlib_wrap update, IRIX section.Andy Polyakov1-3/+13
2007-08-13Fix for asm/no-asm on WIN32.Dr. Stephen Henson1-1/+1
2007-08-12OPENSSL_NO_TLS1 WIN32 build support. Fix so normal build works again.Dr. Stephen Henson4-15/+18
2007-07-18WIN32 VC++ build fixes.Dr. Stephen Henson4-3/+6
2007-07-16shlib_wrap.sh update.Andy Polyakov1-3/+8