summaryrefslogtreecommitdiffstats
path: root/engines
AgeCommit message (Collapse)Author
2008-03-22Update dependencies.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
2008-02-28Fix error code function name mismatches in GOST engine, rebuild errors.Dr. Stephen Henson
2008-01-05engine/ccgost Win32 portability fixes.Andy Polyakov
2008-01-04Avoid WIN32 signed/unsigned warnings.Dr. Stephen Henson
2008-01-03Netware support.Dr. Stephen Henson
Submitted by: Guenter Knauf <eflash@gmx.net>
2007-12-04gmp engine was non-operational.Andy Polyakov
2007-11-21Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson
Update gost algorithm print routines.
2007-11-20Avoid warning.Dr. Stephen Henson
2007-11-16Fix warnings.Ben Laurie
2007-10-26GOST ENGINE information.Dr. 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-09-19Clean up error codes a bit.Bodo Möller
(engines/ccgost/ remains utter chaos, though; "make errors" is not happy.)
2007-06-07Finish gcc 4.2 changes.Dr. Stephen Henson
2007-05-31Fix for GOST engine on platforms where sizeof(size_t) != sizeof(int).Dr. Stephen Henson
2007-05-22Revert broken change to ccgost.Dr. Stephen Henson
Initialize context properly for HMAC pkey method.
2007-05-21Fix warning and back out bad modification.Dr. Stephen Henson
2007-05-20Padlock engine fails to compile with -O0 -fPIC.Andy Polyakov
2007-05-18Updated GOST MAC support.Dr. Stephen Henson
Submitted by: vitus@cryptocom.ru
2007-05-17Initial GOST MAC support. Not fully working yet...Dr. Stephen Henson
2007-04-05Missing config file.Ben Laurie
2007-04-04Missing return on error. Coverity ID 115.Ben Laurie
2007-03-23Stage 1 GOST ciphersuite support.Dr. Stephen Henson
Submitted by: ran@cryptocom.ru Reviewed by: steve@openssl.org
2007-03-23Synchronise the VMS build with recent movements in the Unix build.Richard Levitte
2007-02-09PR: 1483Dr. Stephen Henson
Add support for GOST 28147-89 in Gost ENGINE.
2006-12-29Move eng_padlock.c to ./engines.Andy Polyakov
Submitted by: Michal Ludvig <michal@logix.cz>
2006-12-25Replace strdup() with BUF_strdup().Richard Levitte
2006-12-22use OPENSSL_NO_DYNAMIC_ENGINE macro, disable debug messagesNils Larsch
PR: 1440 Submitted by: Victor B. Wagner" <vitus@cryptocom.ru>
2006-11-30Update dependencies.Dr. Stephen Henson
2006-11-21Add .cvsignoreDr. Stephen Henson
2006-11-08Fix various warnings.Ben Laurie
2006-10-23Yet another mingw warning.Andy Polyakov
2006-10-20Avoid application relink on every make invocation.Andy Polyakov
2006-09-21Updated file.Dr. Stephen Henson
2006-09-21Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson
2006-09-21Compile in gost engine.Dr. Stephen Henson
2006-09-21Updated version of gost engine.Dr. Stephen Henson
2006-09-17GOST public key algorithm ENGINE donated to the OpenSSL by Cryptocom.Dr. Stephen Henson
Very early version, doesn't do much yet, not even added to the build system.
2006-04-11Add BeOS support.Ulf Möller
PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
2006-04-10Implementation of pkey_rsa_verify. Some constification.Dr. Stephen Henson
2006-03-18remove unnecessary codeNils Larsch
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-02-12make updateUlf Möller
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
Submitted by: David Hartman <david_hartman@symantec.com>
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2005-10-25Fix install problems on MacOS X and HP-UX.Andy Polyakov
PR: 1218,1185
2005-07-26Fix signed/unsigned warnings.Geoff Thorpe
2005-07-16makeNils Larsch
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa] make depend all test work again PR: 1159