add usage examples
[openssl.git] / crypto /
2002-04-08 Lutz JänickeApply OID fixes for elliptic curves as supplied by
2002-04-06 Richard Levittemake update (libeay.num has been edited to match 0...
2002-04-04 Lutz JänickeFix buggy object definitions (Svenning Sorensen <sss...
2002-04-03 Richard LevitteForgot one of the casts
2002-04-03 Richard LevitteCast the pointers to the BIGNUM data to unsigned long...
2002-03-29 Richard LevitteFix of mixup bwtween SOMAXCONN and SO_MAXCONN.
2002-03-26 Lutz JänickeMake short names of objects RFC2256-compliant.
2002-03-26 Richard LevitteA forgotten file
2002-03-26 Richard LevitteAdd the possibility to enable olde des support, not...
2002-03-26 Richard LevitteAdd the mapping of des_random_seed() for 0.9.6 compatib...
2002-03-26 Richard LevitteCorrect the mapping for des_read_pw()
2002-03-26 Richard LevitteMake the change to strong keys in the string to key...
2002-03-25 Bodo Möllerfix warnings
2002-03-25 Bodo Möllerfix memory leak
2002-03-25 Bodo Mölleradd missing declaration
2002-03-22 Bodo Möllerfix conditational compilation for OPENSSL_NO_...
2002-03-22 Richard LevitteMerge changes from 0.9.7-stable
2002-03-22 Richard LevitteMerge changes from 0.9.7-stable
2002-03-22 Richard LevitteMerge in DES changed from 0.9.7-stable.
2002-03-21 Lutz JänickeRemove superflous (and buggy) statement <justin.fletche...
2002-03-20 Bodo Möllerfix DH_generate_parameters for general 'generator'
2002-03-20 Bodo MöllerNew function EC_GROUP_check_discriminant().
2002-03-19 Bodo MöllerFix typo.
2002-03-18 Bodo MöllerFix bugs and typos.
2002-03-18 Bodo Möllerfix #include position
2002-03-16 Dr. Stephen HensonEnsure EVP_CipherInit() uses the correct encode/decode...
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2002-03-14 Bodo Mölleradd OIDs for WAP/TLS curves
2002-03-14 Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-03-12 Dr. Stephen HensonFix various warnings when compiling with KRB5 code.
2002-03-09 Dr. Stephen HensonMake ciphers and digests obtain an ENGINE functional...
2002-03-09 Dr. Stephen HensonMake {RSA,DSA,DH}_new_method obtain and release an...
2002-03-08 Bodo MöllerEC curve stuff
2002-03-07 Richard LevitteSynchronise the AEP engine in all branches. For 0...
2002-03-07 Richard LevitteWhen closing, do not use close(). Also, if the closing...
2002-03-07 Richard LevitteChange des_old.c to use types prefixed with _ossl_old_des_.
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...
next