summaryrefslogtreecommitdiffstats
path: root/engines/ccgost/gost_crypt.c
AgeCommit message (Collapse)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-12-05Fix broken buildEmilia Kasper
Add includes missing from commit 33eab3f6af51c6d7fe68ee4960930df4f1616bd5 Reviewed-by: Geoff Thorpe <geoff@openssl.org>
2014-12-04Replace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY with ERR_R_MALLOC_FAILUREKurt Roeckx
Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-07-08Please Clang's sanitizer.Andy Polyakov
PR: #3424,#3423,#3422
2013-01-19gost_crypt.c: add assertions.Andy Polyakov
Submitted by: Seguei Leontiev PR: 2821
2012-12-19gost_crypt.c: more intuitive ceiling.Andy Polyakov
2012-12-19engines/cchost/gost_crypt.c: fix typo.Andy Polyakov
2012-12-19engine/cchost: fix bugs.Andy Polyakov
PR: 2821 Submitted by: Dmitry Belyavsky, Serguei Leontiev
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2011-09-01PR: 2586Dr. Stephen Henson
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Zero structure fields properly.
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson
is picked up.
2010-04-14fix bug in ccgost CFB mode codeDr. Stephen Henson
2010-04-14check ASN1 type before using itDr. Stephen Henson
2010-01-19PR: 2141Dr. Stephen Henson
Submitted by: "NARUSE, Yui" <naruse@airemix.jp> Remove non-ASCII comment which causes compilation errors on some versions of VC++.
2009-10-19PR: 2070Dr. Stephen Henson
Submitted by: Alexander Nikitovskiy <Nikitovski@ya.ru> Approved by: steve@openssl.org Fix wrong cast.
2009-07-01Update from 1.0.0-stableDr. Stephen Henson
2009-04-15Updates from 1.0.0-stable.Dr. Stephen Henson
2009-02-16Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson
Reviewed by: steve@openssl.org Change default Gost parameter set to id_Gost28147_89_CryptoPro_A_ParamSet
2008-10-31Fix warnings after commit#17578.Andy Polyakov
2008-01-05engine/ccgost Win32 portability fixes.Andy Polyakov
2008-01-04Avoid WIN32 signed/unsigned warnings.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-05-21Fix warning and back out bad modification.Dr. Stephen Henson
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-03-23Stage 1 GOST ciphersuite support.Dr. Stephen Henson
Submitted by: ran@cryptocom.ru Reviewed by: steve@openssl.org
2007-02-09PR: 1483Dr. Stephen Henson
Add support for GOST 28147-89 in Gost ENGINE.
2006-11-08Fix various warnings.Ben Laurie
2006-09-21Add missing prototype. Fix various warnings (C++ comments, ; outside function).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.