fix spacing
[openssl.git] / crypto /
2002-03-07 Bodo Möllerfix spacing
2002-03-07 Bodo MöllerAdd more curves.
2002-03-06 Dr. Stephen HensonENGINE module additions.
2002-03-06 Bodo Mölleradd SECG OIDs
2002-03-06 Bodo Möllerreference counting for EC_GROUP structures is not neede...
2002-03-05 Bodo Möllertypo
2002-03-05 Dr. Stephen HensonMake sure the type accessed by the LONG and ZLONG ASN1...
2002-03-05 Bodo Möllermore X9.62 OIDs
2002-03-05 Bodo Möllerdisable '#ifdef DEBUG' code
2002-03-05 Richard LevitteProvide a pre 0.9.7 compatibility mapping if
2002-03-04 Richard LevitteTypo. In DCL, the continuation character is a dash...
2002-03-04 Richard LevitteRename des_SPtrans to DES_SPtrans to differentiate...
2002-03-03 Dr. Stephen HensonFix warnings about signed/unsigned mismatch and global
2002-02-28 Richard Levittemake update
2002-02-28 Bodo Mölleruse ERR_peek_last_error() instead of ERR_peek_error...
2002-02-28 Richard LevitteVMS addaptation, including a few more long names that...
2002-02-28 Richard LevitteMake sure aep_close_connection() is declared and has...
2002-02-28 Richard LevitteIncrease internal security when using strncpy, by makin...
2002-02-28 Richard LevitteUpdated AEP engine, submitted by Diarmuid O'Neill ...
2002-02-28 Bodo Möllerdisable '#ifdef DEBUG' sections
2002-02-27 Geoff ThorpeThis adds a new ENGINE to support IBM 4758 cards, contr...
2002-02-26 Dr. Stephen HensonAlways init ctx_tmp in PKCS7_dataFinal since it is...
2002-02-26 Richard Levittemake update, after moving around symbols in libeay...
2002-02-24 Dr. Stephen HensonMake the engine config module always add dynamic ENGINEs
2002-02-23 Dr. Stephen HensonUpdates from stable branch.
2002-02-23 Dr. Stephen HensonNew OPENSSL_LOAD_CONF define to load openssl.cnf
2002-02-22 Dr. Stephen Hensonmake errors
2002-02-22 Dr. Stephen HensonUpdate from stable branch.
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-02-21 Bodo Möllerdisable '#ifdef DEBUG' sections
2002-02-21 Dr. Stephen HensonConfig file updates from stable branch
2002-02-20 Richard LevitteAdd comfy aliases for AES in CBC mode.
2002-02-20 Richard LevitteStop assuming the IV is 8 bytes long, use the real...
2002-02-20 Richard Levittegcc figures that the format specifier %2x means unsigne...
2002-02-20 Richard LevitteInstead of casting a lvalue, let's constify meth.
2002-02-20 Bodo Möllersimplifications
2002-02-20 Richard LevitteInstead of just checking for OpenVMS, check if DEC...
2002-02-20 Bodo Möllerbugfix: allocate sufficiently large buffer
2002-02-20 Richard LevitteComparing a pointer (data) with 0 using > is incorrect...
2002-02-20 Richard LevitteWith Compaq make, it seems like # inside an action...
2002-02-20 Geoff Thorpemake update
2002-02-16 Richard LevitteThe AES modes OFB and CFB are defined with 128 feedback...
2002-02-16 Richard LevitteAdd the modes OFB128, CFB128 and CTR128 to AES.
2002-02-16 Richard LevitteAdjust the NID names for the AES modes OFB and CFB...
2002-02-16 Richard LevitteThe macro IMPLEMENT_ASN1_FUNCTIONS_const already contai...
2002-02-16 Richard LevitteLocal `time' shadows the global function `time()'....
2002-02-16 Richard LevitteMissing #endif
2002-02-14 Bodo Möllerfix indentation
2002-02-14 Richard LevitteAdd the configuration target VxWorks.
2002-02-14 Bodo Möllermake it possible to disable memory checking for timings
2002-02-14 Bodo Möllerdon't call OPENSSL_config(), this does not make any...
2002-02-14 Richard LevitteMake sure memset() is defined by including string.h
2002-02-14 Richard LevitteFor some reason, getting the topmost error was done...
2002-02-14 Bodo MöllerEC_GROUP_get_group_by_name() is now called EC_GROUP_new...
2002-02-14 Ben LaurieFix warnings.
2002-02-13 Bodo MöllerECDSA support
2002-02-13 Bodo Möllersome modifications to named curve support
2002-02-13 Richard LevitteModify the main trunk version to 0.9.8-dev.
2002-02-13 Bodo Möllernew locks
2002-02-13 Bodo Mölleradd support for named curves
2002-02-07 Richard LevitteRemove an unused variable.
2002-02-07 Richard LevitteOops, do not unlock CRYPTO_LOCK_DYNLOCK when we locked
2002-02-07 Richard LevitteI forgot to include the aep and sureware vendor header...
2002-02-07 Richard LevitteBecause AEP and we used the same AEP_R_ prefix for...
2002-02-07 Richard LevitteAdd aep and sureware implementations and clean up some...
2002-02-07 Richard LevitteCertain reasons aren't really part of the engine framew...
2002-02-07 Richard LevitteGenerate the individual engines' error strings and...
2002-02-05 Richard Levitte'make update'
2002-02-05 Richard LevitteWith the changed des_old API, let's complete the work...
2002-02-05 Richard LevitteApply one patch from Assar Westerlund <assar@sics.se>:
2002-02-05 Richard LevitteApply three patches from Assar Westerlund <assar@kth...
2002-02-03 Richard LevitteASN1_BIT_STRING_set_bit() didn't clear previously set...
2002-02-02 Dr. Stephen Henson#undef some things that cause a conflict under Win32...
2002-01-29 Lutz JänickeShut up compiler warnings for inconsistent declarations.
2002-01-29 Richard LevitteApply patch from Toomas Kiisk <vix@cyber.ee> and comple...
2002-01-27 Bodo MöllerUndo previous change, X509_check_issued() was correct.
2002-01-26 Lutz JänickeRemove blanks at begin of empty lines irritating epv_test.c
2002-01-26 Richard LevitteApply a small patch from Oscar Jacobsson <oscar@jacobss...
2002-01-26 Richard LevitteIt looks like I didn't remove everything that has to...
2002-01-26 Richard LevitteApply a small patch from Diego R. Lopez <diego.lopez...
2002-01-26 Richard LevitteGCC uses __i386__.
2002-01-26 Richard LevitteI got a request to make the "old des" symbols more...
2002-01-25 Richard LevitteApply a change by Toomas Kiisk <vix@cyber.ee>:
2002-01-25 Richard LevitteThere is no aestest currently. The EVP tester is used...
2002-01-25 Geoff ThorpeThe 'type' parameter, an EVP_MD pointer, represents...
2002-01-24 Richard LevitteKeep the NIST AES vectors that were there previously.
2002-01-24 Bodo Möllersort functions ...
2002-01-24 Bodo Möllerfix formatting of automatically generated error section
2002-01-24 Bodo MöllerNew functions
2002-01-24 Richard Levittemake update
2002-01-24 Richard LevitteBecause of recent changes, there's no need to hack...
2002-01-24 Richard LevitteTo avoid all kinds of link-level clashes, rename all...
2002-01-22 Ben LaurieSupport old DES APIs by default.
2002-01-22 Ben LaurieMake no config file not an error. Move /dev/crypto...
2002-01-22 Dr. Stephen HensonConstification.
2002-01-22 Dr. Stephen Hensondefault_algorithms option in ENGINE config.
2002-01-21 Lutz JänickeFix incorrect BIO_*_ctrl() macros (Shay Harding <shardi...
2002-01-21 Richard LevitteUse FIPS-197 vectors for AES. The NIST vectors were...
2002-01-21 Richard LevitteAdd more of the NIST test vectors for AES.
2002-01-21 Richard LevitteBring VMS up to date with development.
next