make update
[openssl.git] / crypto /
2002-08-01 Richard Levittemake update
2002-08-01 Richard LevitteAvoid yet another name clash with libdes, and make...
2002-08-01 Richard LevitteOCSP and KRB5 Makefil.ssl should be consistent with...
2002-08-01 Richard LevitteIf CRYPTO_realloc() is called with a NULL pointer,...
2002-07-31 Richard LevitteMake sure to use $(MAKE) everywhere instead of make.
2002-07-31 Richard LevitteThe version of the shared library should, for now,...
2002-07-30 Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-07-30 Lutz Jänicke"make update"
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
2002-07-25 Bodo MöllerMove zeroing from bn_expand_internal() to bn_expand2...
2002-07-24 Richard LevitteDon't clobber loop variable.
2002-07-22 Richard LevitteIf DH is disabled, don't define the DH functions.
2002-07-19 Richard LevitteThe first compile of the new merger method for VMS...
2002-07-19 Richard LevitteTwo more names that are a little too long for the stand...
2002-07-18 Richard LevitteFurther enhance assembler support on Cygwin and DJGPP.
2002-07-18 Richard LevitteReverse the change with the following log, it needs...
2002-07-18 Richard LevitteMake S/MIME output conform with the mail and MIME stand...
2002-07-18 Richard LevitteOPENSSL_SYS_WIN32 is important so util/mkdef.pl can...
2002-07-17 Richard LevitteAdd support for shared libraries with OS/2.
2002-07-16 Richard LevitteThe default C compiler on MacOS X doesn't like empty...
2002-07-16 Richard LevitteSome older code (never committed) wasn't converted...
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.
next