summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2003-02-19Make sure the memory allocation routines check for negative sizesRichard Levitte
2003-02-19Borland C++ Builder 5 complains about unreachable statements.Richard Levitte
2003-02-18Typo.Dr. Stephen Henson
2003-02-18Make the no-err option work properlyRichard Levitte
2003-02-15Declare prototypes for function pointer types, even if they are likely toGeoff Thorpe
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson
2003-02-15We cache a montgomery form for 'n' if the PUBLIC flag is set, not PRIVATE.Geoff Thorpe
2003-02-14David Brumley <dbrumley@stanford.edu> noted and corrected a case in theGeoff Thorpe
2003-02-14Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte
2003-02-13Another long name to deal withRichard Levitte
2003-02-13Oh, the destest program did look at the return value...Richard Levitte
2003-02-12new lock for EC_PRE_COMP structuresBodo Möller
2003-02-12Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller
2003-02-12Adjust DES_cbc_cksum() so the returned value is the same as MIT'sRichard Levitte
2003-02-11GeneralString support in mini-ASN1 compilerDr. Stephen Henson
2003-02-10Make sure memcpy() is properly declared by including string.h.Richard Levitte
2003-02-08fix EC_GROUP_copy for EC_GFp_nist_method()Bodo Möller
2003-02-08remove debugging leftoversBodo Möller
2003-02-07commentBodo Möller
2003-02-06typoBodo Möller
2003-02-06implement fast point multiplication with precomputationBodo Möller
2003-02-05typo in WIN16 sectionBodo Möller
2003-02-05IPv6 display and input support for extensions usingh GeneralName.Dr. Stephen Henson
2003-02-01Old-style callbacks can be NULL!Ben Laurie
2003-02-01Fix warning.Ben Laurie
2003-01-31We can't say in advance what the argument to BIO_socket_ioctl() should be, soRichard Levitte
2003-01-30A few small bugs with BIO popping.Richard Levitte
2003-01-30The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-30This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifGeoff Thorpe
2003-01-30Small typo, OENSSL should really be spelled OPENSSL.Richard Levitte
2003-01-29DVCS (see RFC 3029) was missing among the possible purposes.Richard Levitte
2003-01-28simplifyBodo Möller
2003-01-25cofactor is optional in parameter encodingsBodo Möller
2003-01-24For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters'Bodo Möller
2003-01-24Provide "dummy" &main::picmeup even in Windows perlasm modules.Andy Polyakov
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson
2003-01-23Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5.Andy Polyakov
2003-01-23Missing 0 broke FreeBSD build.Richard Levitte
2003-01-21fix warningsBodo Möller
2003-01-19This is an *initial* tune-up. This update puts Itanium2 back on par withAndy Polyakov
2003-01-17EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex().Dr. Stephen Henson
2003-01-16A few more files to ignoreRichard Levitte
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte
2003-01-16Add some debugging output.Richard Levitte
2003-01-16Armor against systems without ranlib...Lutz Jänicke
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller
2003-01-15Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke
2003-01-15update error library for EC... changesBodo Möller
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe