Let's not forget the second -Wtraditional
[openssl.git] / crypto /
2002-07-15 Richard LevitteThere's an ongoing project to bring some kind of path...
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-07-11 Richard LevitteIn UI_UTIL_read_pw(), we should look at the size parame...
2002-07-10 Bodo Möllerremove obsolete comment
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-07-04 Bodo MöllerAES cipher suites are now official (RFC3268)
2002-06-29 Richard LevitteDo not define crypt() on OpenBSD. Notified by Bob...
2002-06-27 Richard Levitteopensslconf.h doesn't define what we want, e_os2.h...
2002-06-27 Richard LevitteTry to avoid double declaration of ERR_load_PEM_strings().
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-27 Richard LevitteDJGPP has some needed header files that other MSDOS...
2002-06-27 Richard LevitteWhen compiling for Windows, make sure we have the windo...
2002-06-27 Richard LevitteUse 32-bit sections instead of the default, 16-bit...
2002-06-27 Richard LevitteUse bg instead of bag as argument to macros, to avoid...
2002-06-27 Richard LevitteA number of includes were removed from evp.h some time...
2002-06-26 Bodo MöllerMake sure buffers are large enough even for weird param...
2002-06-21 Geoff ThorpeMake sure any ENGINE control commands make local copies...
2002-06-20 Lutz Jänicke<sys/select.h> is included for AIX, when USE_SOCKETS...
2002-06-20 Lutz JänickeAIX (V3) requires <sys/select.h> (included via e_os...
2002-06-18 Bodo Mölleralways include <string.h> (we do this in various other...
2002-06-18 Bodo Mölleralways include <string.h> (we do this in various other...
2002-06-18 Bodo MöllerImplement handling of EC parameter seeds (new functions
2002-06-16 Lutz JänickeOpenSSL_add_all_algorithms has been replaced by configu...
2002-06-14 Lutz JänickeSome more prototype fixes.
2002-06-13 Richard LevitteAdd support for DJGPP.
2002-06-13 Richard LevitteMaking a softlink from crypto/des/asm/perlasm to crypto...
2002-06-13 Lutz JänickeAdd missing prototypes.
2002-06-13 Dr. Stephen HensonFix ext_dat.h extension ordering.
2002-06-13 Lutz JänickeAdd OIDs for Secure Electronic Transactions (SET)
2002-06-13 Dr. Stephen HensonThe new ASN1 code automatically allocates
2002-06-12 Bodo Möllersimplify asn1_flag
2002-06-11 Ben LaurieHandle read errors.
2002-06-11 Ben LaurieFix warnings.
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-06-10 Bodo Möllermove ECC ASN1 that is not specific to ECDSA into crypto...
2002-06-10 Bodo Möllerfix for 'make update'
2002-06-10 Bodo Möllerremove unnecessary calls to EC_POINT_copy()
2002-06-06 Bodo Möllerfix memory leak
2002-06-06 Lutz JänickeMake sure that settings are passed back and forth when...
2002-06-06 Lutz JänickeNew OID for X509 usage: pseudonym
2002-06-05 Richard LevitteIt's not good to have a pointer point at something...
2002-06-05 Richard LevitteCheck errors when parsing a PKCS8INF PEM FILE, or there...
2002-06-05 Richard LevitteSince there's no continuation, the ; can go as well :-)
2002-06-05 Lutz JänickeThere is no continuation at this point.
2002-06-05 Lutz JänickeThe correct PERL interpreter is passed via commandline.
2002-06-03 Richard Levitteuse sstrsep() to get the proper type to aoti().
2002-05-31 Richard LevitteAdd the AES test vectors from NIST document SP800-38A.
2002-05-31 Richard LevitteMake it possible to give vectors only for decryption...
2002-05-31 Richard LevitteFor CFB and OFB modes, always create the encryption...
2002-05-31 Richard LevitteDeclare the CFB and OFB modes for AES, and prepare...
2002-05-31 Richard LevitteIn CFB mode, the iv is always encrypted.
2002-05-30 Richard LevitteReformat the CFLAG string so it can be made part of...
2002-05-30 Richard LevitteCheck the return values where memory allocation failure...
2002-05-30 Richard LevitteCorrect AES counter mode, which incorrectly incremented...
2002-05-30 Bodo MöllerNew functions EC_POINT_point2bn(), EC_POINT_bn2point...
2002-05-29 Dr. Stephen HensonMake i2c_ASN1_BIT_STRING return the correct length.
2002-05-29 Richard LevitteSet DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
2002-05-23 Richard LevitteMake sure short aliases are used where required.
2002-05-23 Richard LevitteDefine a short alias for another long EC symbol.
2002-05-23 Richard LevitteMake sure ECDSA is built and tested on VMS.
2002-05-23 Richard LevitteMake sure ECDSA is built and tested on VMS.
2002-05-22 Richard LevitteAllow the use of the TCP/IP stack keyword TCPIP and...
2002-05-22 Richard LevitteUse OPENSSL_SYS_VMS instead of just VMS
2002-05-21 Bodo Mölleraccept NULL in 'free' functions
2002-05-18 Dr. Stephen HensonAdd missing EVP_CIPHER_CTX_init call.
2002-05-16 Bodo Möllerfix EVP_dsa_sha macro
2002-05-15 Dr. Stephen HensonZero cipher_data in EVP_CIPHER_CTX_cleanup
2002-05-14 Bodo Möllermake b_print.c consistent with the rest of OpenSSL:
2002-05-11 Dr. Stephen HensonEVP_SealFinal should return a value.
2002-05-10 Dr. Stephen HensonFallback to normal multiply if n2 == 8 and dna or dnb...
2002-05-10 Dr. Stephen HensonAvoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT...
2002-05-09 Richard LevitteMake the huge buffer smaller, so the size becomes reaso...
2002-05-09 Richard LevitteOne place where VMS wasn't changed to OPENSSL_SYS_VMS...
2002-05-09 Richard LevitteMove an assert() to avoid core dumps when a static...
2002-05-08 Bodo MöllerChange internals of the EC library so that the functions
2002-05-07 Bodo Möllerin SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not...
2002-05-05 Bodo Möllerimprove wNAF generation
2002-05-02 Richard LevitteMake sure that date is run under the C locale, so dates...
2002-04-29 Richard LevitteSynchronise with 0.9.7-stable.
2002-04-26 Bodo MöllerFix crypto/asn1/a_sign.c so that 'parameters' is omitte...
2002-04-25 Lutz JänickeAdd generationQualifier OID (proposed by Fiel Cabral).
2002-04-23 Richard LevitteUhmmm, if we use && after having tested for the presenc...
2002-04-22 Lutz JänickeERR_file_name is no longer being used.
2002-04-20 Richard LevitteThe callback must have (void) as argument list.
2002-04-20 Richard LevitteNo point constifying an int.
2002-04-20 Richard LevitteDo not free p if it hasn't been used yet.
2002-04-18 Lutz JänickeOptimize: better shortcut evaluation ("Howard Chu"...
2002-04-17 Bodo Möller'version' is not optional in the encoding
2002-04-17 Bodo Möller'version' is not optional in the encoding
2002-04-15 Lutz JänickeUse the "mail" short name according to RFC2798 (Michael...
2002-04-15 Lutz JänickeSome more OID enhancements.
2002-04-15 Lutz JänickeFix CRLF problem in BASE64 decode.
2002-04-14 Bodo Möllerremove disabled code
2002-04-12 Bodo MöllerECDSA representation bugfixes
2002-04-11 Richard LevitteCheck error code from a2d_ASN1_OBJECT().
2002-04-11 Richard LevitteChange the date to XX xxx XXXX in development versions.
2002-04-09 Bodo Möllerfix ECDSA handling
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...
next