openssl.git
2002-06-05 Richard LevitteMake perl replacement for dirname, for system that...
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 LevitteDocumentation bug corrected.
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änickeOn some systems the default "perl" may still be perl4...
2002-06-05 Lutz JänickeThe correct PERL interpreter is passed via commandline.
2002-06-05 Richard LevitteUpdate the recognision of GCC version numbers to handle...
2002-06-04 Richard Levittemake update (including adjusting libeay.num in HEAD...
2002-06-04 Lutz JänickeTypo.
2002-06-03 Richard Levitteuse sstrsep() to get the proper type to aoti().
2002-06-01 Lutz Jänicke0.9.7-beta1 is just being released.
2002-05-31 Richard LevitteDocument the AES changes.
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 LevitteSupport the newly release gcc 3.1 on 64-bit Solaris...
2002-05-30 Richard LevitteSupport shared libraries properly on linux-sparcv[89].
2002-05-30 Richard Levittea B< that wasn't properly ended.
2002-05-30 Richard LevitteCheck the return values where memory allocation failure...
2002-05-30 Richard LevitteCAformat should not be used for CA key format.
2002-05-30 Richard LevitteMake sure that MS_STATIC isn't defined to 'static'...
2002-05-30 Richard Levittepod2man.pl would only remove the first LF from the...
2002-05-30 Richard LevitteApparently, there are still chances we have to deal...
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-30 Richard LevitteCorrect darwin shared library support.
2002-05-30 Richard LevitteSome shlib extensions were in the wrong field
2002-05-30 Richard LevitteOur copy of pod2man.pl is old and comparatively broken...
2002-05-30 Richard LevitteAdd more warnings for my debug targets.
2002-05-30 Richard LevitteRemove the duplicate description of -out.
2002-05-29 Dr. Stephen... Make 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-29 Richard LevitteThere is a chance that the input string is larger than...
2002-05-28 Lutz JänickeRemove item listed twice <kromJx@crosswinds.net>.
2002-05-27 Ulf MöllerCygnus correction. (I thought I had tested that...)
2002-05-24 Bodo Möllerfix Cygwin (remove extra colons)
2002-05-24 Ulf MöllerUse assembler implementations with Cygwin.
2002-05-23 Richard LevitteRecover from errors
2002-05-23 Richard Levittemake update
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-19 Dr. Stephen... Reorganise -subj option code, fix buffer overrun.
2002-05-19 Dr. Stephen... Fix Mingw32 asm build: use the Unix
2002-05-18 Dr. Stephen... Add missing EVP_CIPHER_CTX_init call.
2002-05-16 Lutz JänickeFix incorrect =over 4 location.
2002-05-16 Bodo Möllerfix EVP_dsa_sha macro
2002-05-16 Lutz JänickeUse the indirect way to the actual request tracker...
2002-05-16 Bodo Möllerupdate
2002-05-15 Dr. Stephen... Zero cipher_data in EVP_CIPHER_CTX_cleanup
2002-05-14 Bodo Möllermake b_print.c consistent with the rest of OpenSSL:
2002-05-12 Lutz JänickeAdd missing '"'
2002-05-12 Lutz JänickeRecognize PPC64 target.
2002-05-11 Dr. Stephen... EVP_SealFinal should return a value.
2002-05-11 Ulf Möllervalues were reset for no reason.
2002-05-11 Ulf Möllerupdated Mingw32 instructions.
2002-05-10 Dr. Stephen... Add config entry debug-steve-linux-pseudo64. This...
2002-05-10 Dr. Stephen... Fallback to normal multiply if n2 == 8 and dna or dnb...
2002-05-10 Dr. Stephen... Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT...
2002-05-09 Richard LevitteUpdating status for 0.9.6d
2002-05-09 Richard LevitteSynchronise the FAQ
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 Richard LevitteSmall documentation fix for EVP_CipherFinal or EVP_Ciph...
2002-05-08 Richard LevitteGenerate an error if rewinding wasn't possible.
2002-05-08 Bodo MöllerChange internals of the EC library so that the functions
2002-05-07 Lutz JänickeAdd missing ";" after fi
2002-05-07 Bodo Möllerin SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not...
2002-05-07 Bodo MöllerFix ciphersuite list to enforce low priority for RC4.
2002-05-07 Bodo Möllerensure that, for each strength, RC4 ciphers have least...
2002-05-07 Bodo Möllerrefer to latest draft for AES ciphersuites
2002-05-06 Bodo Möllerfix warning
2002-05-05 Bodo Möllerupdate
2002-05-05 Bodo Möllerimprove wNAF generation
2002-05-05 Bodo Möllerdisable AES ciphersuites unless explicitly requested
2002-05-05 Bodo Möllerfix casts
2002-05-02 Richard LevitteMake sure that date is run under the C locale, so dates...
2002-05-01 Dr. Stephen... Add apps_startup and bio_err init code to smime.c
2002-04-30 Lutz JänickeFix escaping when using the -subj option of "openssl...
2002-04-29 Lutz JänickeAdd information about -nameopt option for x509.
2002-04-29 Bodo Möllerundo nonsense patch (r *is* signed or we have signednes...
2002-04-29 Richard LevitteFix unsigned vs. signed clash
2002-04-29 Richard LevitteSynchronise with 0.9.7-stable.
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-25 Richard LevittePotential memory leak removed. Notified by <threaded...
2002-04-25 Bodo Möllernew items for 0.9.7
2002-04-25 Bodo Mölleroops
2002-04-25 Bodo MöllerAlgorithmIdentifier bugs
next