summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2002-05-31Make it possible to give vectors only for decryption or encryption.Richard Levitte
2002-05-31For CFB and OFB modes, always create the encryption key.Richard Levitte
2002-05-31Declare the CFB and OFB modes for AES, and prepare for a declarationRichard Levitte
2002-05-31In CFB mode, the iv is always encrypted.Richard Levitte
2002-05-30Reformat the CFLAG string so it can be made part of a C string.Richard Levitte
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-05-30Correct AES counter mode, which incorrectly incremented the counter beforeRichard Levitte
2002-05-30New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(),...Bodo Möller
2002-05-29Make i2c_ASN1_BIT_STRING return the correct length.Dr. Stephen Henson
2002-05-29Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte
2002-05-23Make sure short aliases are used where required.Richard Levitte
2002-05-23Define a short alias for another long EC symbol.Richard Levitte
2002-05-23Make sure ECDSA is built and tested on VMS.Richard Levitte
2002-05-23Make sure ECDSA is built and tested on VMS.Richard Levitte
2002-05-22Allow the use of the TCP/IP stack keyword TCPIP and NONERichard Levitte
2002-05-22Use OPENSSL_SYS_VMS instead of just VMSRichard Levitte
2002-05-21accept NULL in 'free' functionsBodo Möller
2002-05-18Add missing EVP_CIPHER_CTX_init call.Dr. Stephen Henson
2002-05-16fix EVP_dsa_sha macroBodo Möller
2002-05-15Zero cipher_data in EVP_CIPHER_CTX_cleanupDr. Stephen Henson
2002-05-14make b_print.c consistent with the rest of OpenSSL:Bodo Möller
2002-05-11EVP_SealFinal should return a value.Dr. Stephen Henson
2002-05-10Fallback to normal multiply if n2 == 8 and dna or dnb is not zeroDr. Stephen Henson
2002-05-10Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.Dr. Stephen Henson
2002-05-09Make the huge buffer smaller, so the size becomes reasonable for small-stack ...Richard Levitte
2002-05-09One place where VMS wasn't changed to OPENSSL_SYS_VMS...Richard Levitte
2002-05-09Move an assert() to avoid core dumps when a static buffer hasn't been given.Richard Levitte
2002-05-08Change internals of the EC library so that the functionsBodo Möller
2002-05-07in SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not ecPublicKey)Bodo Möller
2002-05-05improve wNAF generationBodo Möller
2002-05-02Make sure that date is run under the C locale, so dates are given in theRichard Levitte
2002-04-29Synchronise with 0.9.7-stable.Richard Levitte
2002-04-26Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller
2002-04-25Add generationQualifier OID (proposed by Fiel Cabral).Lutz Jänicke
2002-04-23Uhmmm, if we use && after having tested for the presence of the certificate,Richard Levitte
2002-04-22ERR_file_name is no longer being used.Lutz Jänicke
2002-04-20The callback must have (void) as argument list.Richard Levitte
2002-04-20No point constifying an int.Richard Levitte
2002-04-20Do not free p if it hasn't been used yet.Richard Levitte
2002-04-18Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).Lutz Jänicke
2002-04-17'version' is not optional in the encodingBodo Möller
2002-04-17'version' is not optional in the encodingBodo Möller
2002-04-15Use the "mail" short name according to RFC2798 (Michael BellLutz Jänicke
2002-04-15Some more OID enhancements.Lutz Jänicke
2002-04-15Fix CRLF problem in BASE64 decode.Lutz Jänicke
2002-04-14remove disabled codeBodo Möller
2002-04-12ECDSA representation bugfixesBodo Möller
2002-04-11Check error code from a2d_ASN1_OBJECT().Richard Levitte
2002-04-11Change the date to XX xxx XXXX in development versions.Richard Levitte
2002-04-09fix ECDSA handlingBodo Möller