aboutsummaryrefslogtreecommitdiffstats
path: root/engines/ccgost/gost_crypt.c
Commit message (Collapse)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-560/+550
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Fix broken buildEmilia Kasper2014-12-051-1/+1
| | | | | | Add includes missing from commit 33eab3f6af51c6d7fe68ee4960930df4f1616bd5 Reviewed-by: Geoff Thorpe <geoff@openssl.org>
* Replace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY with ERR_R_MALLOC_FAILUREKurt Roeckx2014-12-041-4/+4
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Please Clang's sanitizer.Andy Polyakov2014-07-081-2/+2
| | | | PR: #3424,#3423,#3422
* gost_crypt.c: add assertions.Andy Polyakov2013-01-191-0/+11
| | | | | Submitted by: Seguei Leontiev PR: 2821
* gost_crypt.c: more intuitive ceiling.Andy Polyakov2012-12-191-3/+3
|
* engines/cchost/gost_crypt.c: fix typo.Andy Polyakov2012-12-191-1/+1
|
* engine/cchost: fix bugs.Andy Polyakov2012-12-191-6/+12
| | | | | PR: 2821 Submitted by: Dmitry Belyavsky, Serguei Leontiev
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-1/+0
|
* PR: 2586Dr. Stephen Henson2011-09-011-1/+2
| | | | | | | Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Zero structure fields properly.
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
| | | | is picked up.
* fix bug in ccgost CFB mode codeDr. Stephen Henson2010-04-141-1/+1
|
* check ASN1 type before using itDr. Stephen Henson2010-04-141-1/+3
|
* PR: 2141Dr. Stephen Henson2010-01-191-2/+2
| | | | | | | Submitted by: "NARUSE, Yui" <naruse@airemix.jp> Remove non-ASCII comment which causes compilation errors on some versions of VC++.
* PR: 2070Dr. Stephen Henson2009-10-191-1/+1
| | | | | | | Submitted by: Alexander Nikitovskiy <Nikitovski@ya.ru> Approved by: steve@openssl.org Fix wrong cast.
* Update from 1.0.0-stableDr. Stephen Henson2009-07-011-0/+8
|
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-1/+4
|
* Submitted by: "Victor B. Wagner" <vitus@cryptocom.ru>Dr. Stephen Henson2009-02-161-1/+1
| | | | | | Reviewed by: steve@openssl.org Change default Gost parameter set to id_Gost28147_89_CryptoPro_A_ParamSet
* Fix warnings after commit#17578.Andy Polyakov2008-10-311-8/+8
|
* engine/ccgost Win32 portability fixes.Andy Polyakov2008-01-051-2/+8
|
* Avoid WIN32 signed/unsigned warnings.Dr. Stephen Henson2008-01-041-4/+4
|
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-78/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix warning and back out bad modification.Dr. Stephen Henson2007-05-211-1/+1
|
* Updated GOST MAC support.Dr. Stephen Henson2007-05-181-12/+25
| | | | Submitted by: vitus@cryptocom.ru
* Initial GOST MAC support. Not fully working yet...Dr. Stephen Henson2007-05-171-1/+3
|
* Stage 1 GOST ciphersuite support.Dr. Stephen Henson2007-03-231-20/+15
| | | | | Submitted by: ran@cryptocom.ru Reviewed by: steve@openssl.org
* PR: 1483Dr. Stephen Henson2007-02-091-0/+1
| | | | Add support for GOST 28147-89 in Gost ENGINE.
* Fix various warnings.Ben Laurie2006-11-081-4/+10
|
* Add missing prototype. Fix various warnings (C++ comments, ; outside function).Dr. Stephen Henson2006-09-211-0/+2
|
* Updated version of gost engine.Dr. Stephen Henson2006-09-211-379/+454
|
* GOST public key algorithm ENGINE donated to the OpenSSL by Cryptocom.Dr. Stephen Henson2006-09-171-0/+579
Very early version, doesn't do much yet, not even added to the build system.