aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* Windows-specific addenum to "engage crypto/modes" commit #17716.Andy Polyakov2008-12-232-2/+3
|
* make depend to work with cross-gcc, compensate for msys glitch.Andy Polyakov2008-12-192-2/+3
| | | | | PR: 1753 Submitted by: Alon Bar-Lev
* experimental-foo support for mk1mf.pl.Bodo Möller2008-12-021-0/+12
|
* Update libeay.numDr. Stephen Henson2008-11-241-20/+20
|
* Update from stable-branch.Dr. Stephen Henson2008-11-242-21/+9
|
* PR: 1574Dr. Stephen Henson2008-11-151-0/+2
| | | | | | | Submitted by: Jouni Malinen <j@w1.fi> Approved by: steve@openssl.org Ticket override support for EAP-FAST.
* mk1mf.pl update from stable branch.Dr. Stephen Henson2008-11-121-1/+4
|
* Update from stable branch.Dr. Stephen Henson2008-11-122-427/+518
|
* Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson2008-10-272-0/+2
|
* Ignoring errors in makedepend can hide problems.Ben Laurie2008-09-091-1/+1
|
* Update ordinals.Dr. Stephen Henson2008-06-221-4/+4
|
* Sync ordinals.Dr. Stephen Henson2008-06-061-2/+3
|
* Remove uidlg library from VC-32.pl, it is now bound at runtime.Dr. Stephen Henson2008-06-051-5/+0
|
* Sync ordinals with stable branch.Dr. Stephen Henson2008-06-052-23/+23
|
* Link in extra CryptoAPI related libraries if needed.Dr. Stephen Henson2008-06-051-1/+10
|
* Update ordinals.Dr. Stephen Henson2008-06-042-138/+143
|
* Remove store from Windows build.Dr. Stephen Henson2008-06-042-2/+2
|
* More type-checking.Ben Laurie2008-06-041-1/+23
|
* Update year.Dr. Stephen Henson2008-06-021-1/+1
|
* Update from stable branch.Dr. Stephen Henson2008-06-012-1/+6
|
* Update from stable branch.Dr. Stephen Henson2008-05-311-0/+1
|
* Update VC-32.pl and load CryptoAPI engine in the right place.Dr. Stephen Henson2008-05-311-1/+1
|
* Recognize LHASH_OF().Dr. Stephen Henson2008-05-311-0/+1
|
* LHASH revamp. make depend.Ben Laurie2008-05-261-3/+33
|
* Update ordinals.Dr. Stephen Henson2008-05-201-4/+7
|
* Update from stable branch.Dr. Stephen Henson2008-05-201-0/+1
|
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-173-2/+6
| | | | | PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
* Delete nonexistant function from pkcs7.h header file. WIN32 build fix fromDr. Stephen Henson2008-04-042-411/+548
| | | | stable branch. Sync and update ordinals.
* Make mk1mf.pl recognize no-cms.Dr. Stephen Henson2008-04-031-0/+2
|
* Remove deleted function from header file, update mkfiles.plDr. Stephen Henson2008-03-161-0/+1
|
* And so it begins...Dr. Stephen Henson2008-03-121-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.
* Update year.Dr. Stephen Henson2008-03-121-1/+1
|
* Support for NASM>=2 in Win64/x64 build.Andy Polyakov2008-02-131-3/+10
|
* Automate assembler support for Win64 targets (more work is needed).Andy Polyakov2008-01-132-11/+29
|
* Automate assembler support in mk1mf even further.Andy Polyakov2008-01-113-101/+65
|
* Experimental support for import of more options from ConfigureDr. Stephen Henson2008-01-062-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.
* Include Mont asm files in WIN32 build.Dr. Stephen Henson2008-01-051-4/+4
|
* Add extra SHA2 defines.Dr. Stephen Henson2008-01-051-1/+2
|
* Add sha2 defines.Dr. Stephen Henson2008-01-041-1/+4
|
* Update netware to use new SHA2 assembly language modules.Dr. Stephen Henson2008-01-041-4/+5
|
* Update WIN32 nasm build to use new asm files.Dr. Stephen Henson2008-01-042-6/+11
|
* Move CHANGES entry. Revert include file install line.Dr. Stephen Henson2008-01-031-1/+1
|
* Netware support.Dr. Stephen Henson2008-01-033-99/+298
| | | | Submitted by: Guenter Knauf <eflash@gmx.net>
* NASM has recently changed name of win32 pre-compiled binary.Andy Polyakov2008-01-031-1/+4
| | | | PR: 1627
* Add quotes to Win32 install directories.Dr. Stephen Henson2008-01-031-22/+22
| | | | Submitted by: Mladen Turk <mturk@apache.org>
* Update ordinalsDr. Stephen Henson2007-12-161-0/+1
|
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-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
* Update CHANGES. Keep ordinals consistent.Dr. Stephen Henson2007-10-121-407/+412
|
* Addendum to commit #16651.Andy Polyakov2007-10-071-3/+4
|
* Make it possible to link VC static lib with either /MT or /MD application.Andy Polyakov2007-10-071-4/+6
| | | | PR: 1230