summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2002-06-20AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.Lutz Jänicke
2002-06-18always include <string.h> (we do this in various other header files,Bodo Möller
2002-06-18always include <string.h> (we do this in various other header files,Bodo Möller
2002-06-18Implement handling of EC parameter seeds (new functionsBodo Möller
2002-06-16OpenSSL_add_all_algorithms has been replaced by configuration dependentLutz Jänicke
2002-06-14Some more prototype fixes.Lutz Jänicke
2002-06-13Add support for DJGPP.Richard Levitte
2002-06-13Making a softlink from crypto/des/asm/perlasm to crypto/perlasm isn'tRichard Levitte
2002-06-13Add missing prototypes.Lutz Jänicke
2002-06-13Fix ext_dat.h extension ordering.Dr. Stephen Henson
2002-06-13Add OIDs for Secure Electronic Transactions (SET)Lutz Jänicke
2002-06-13The new ASN1 code automatically allocatesDr. Stephen Henson
2002-06-12simplify asn1_flagBodo Möller
2002-06-11Handle read errors.Ben Laurie
2002-06-11Fix warnings.Ben Laurie
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-06-10move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller
2002-06-10fix for 'make update'Bodo Möller
2002-06-10remove unnecessary calls to EC_POINT_copy()Bodo Möller
2002-06-06fix memory leakBodo Möller
2002-06-06Make sure that settings are passed back and forth when walking aroundLutz Jänicke
2002-06-06New OID for X509 usage: pseudonymLutz Jänicke
2002-06-05It's not good to have a pointer point at something in an inner block.Richard Levitte
2002-06-05Check errors when parsing a PKCS8INF PEM FILE, or there will be a core dump o...Richard Levitte
2002-06-05Since there's no continuation, the ; can go as well :-)Richard Levitte
2002-06-05There is no continuation at this point.Lutz Jänicke
2002-06-05The correct PERL interpreter is passed via commandline.Lutz Jänicke
2002-06-03use sstrsep() to get the proper type to aoti().Richard Levitte
2002-05-31Add the AES test vectors from NIST document SP800-38A.Richard Levitte
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