Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-08Put #ifdef FIPS round FIPS DSA_generate_parameters .Dr. Stephen Henson
2003-08-30Add 3-DES CFB-r mode (no test vectors yet).Ben Laurie
2003-08-30Oops. Need to allocate extra buffer.Ben Laurie
2003-08-04Inclusion of openssl/engine.h should always be wrapped with a check thatRichard Levitte
2003-08-01Make the EFB NIDs have empty OIDs aliased to the real EFB OID.Dr. Stephen Henson
2003-08-01DES CFB8 test.Ben Laurie
2003-08-01Fix DES CFB-r.Ben Laurie
2003-07-30Whoops, forgot FIPS DES, also add EVPs for DES CFB1 and 8.Ben Laurie
2003-07-29AES CFB8.Ben Laurie
2003-07-29The rest of the keysizes for CFB1, working AES AVS test for CFB1.Ben Laurie
2003-07-29Working CFB1 and test vectors.Ben Laurie
2003-07-28Add support for partial CFB modes, make tests work, update dependencies.Ben Laurie
2003-07-27Unfinished FIPS stuff for review/improvement.Ben Laurie
2003-06-03Move the base64 BIO fixes to 0.9.7-stableDr. Stephen Henson
2003-04-11make update.Richard Levitte
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte
2003-04-06Do not call ENGINE_setup_bsd_cryptodev() when OPENSSL_NO_ENGINE is defined.Richard Levitte
2003-03-12Fixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.Dr. Stephen Henson
2003-02-27Encryption BIOs misbehave when used with non blocking I/O.Dr. Stephen Henson
2003-02-23replace symlink with copy, as in headUlf Möller
2003-01-30The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-17EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex().Dr. Stephen Henson
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte
2002-12-06Some compilers are quite picky about non-void functions that don't returnRichard Levitte
2002-12-01EXIT() needs to be in a function that returns int.Richard Levitte
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-20avoid uninitialized memory readBodo Möller
2002-11-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte
2002-08-16Fix block_size field for CFB and OFB modes: it should be 1.Dr. Stephen Henson
2002-07-30"make update"Lutz Jänicke
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-27A number of includes were removed from evp.h some time ago. The reasonRichard Levitte
2002-06-16OpenSSL_add_all_algorithms has been replaced by configuration dependentLutz Jänicke
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-06-03use sstrsep() to get the proper type to aoti().Richard Levitte
2002-05-31Fix a warning.Ben Laurie
2002-05-31Add the AES test vectors from NIST document SP800-38A.Richard Levitte
2002-05-31Make it possible to give vectors only for decryption or encryption.Richard Levitte
2002-05-31For CFB and OFB modes, always create the encryption key.Richard Levitte
2002-05-31Declare the CFB and OFB modes for AES, and prepare for a declarationRichard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-05-16fix EVP_dsa_sha macroBodo Möller
2002-05-15Zero cipher_data in EVP_CIPHER_CTX_cleanupDr. Stephen Henson
2002-05-11EVP_SealFinal should return a value.Dr. Stephen Henson