summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* treat 'out' like i2d functions do; cf. asn1_item_flags_i2d (crypto/asn/tasn_e...Bodo Möller2003-02-211-2/+7
* ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller2003-02-215-24/+23
* Ooops forgot to recognise V_ASN1_GENERALSTRING.Dr. Stephen Henson2003-02-201-0/+1
* Re enable the read side non blocking test BIO code.Dr. Stephen Henson2003-02-201-2/+2
* Fix bug in base64 bios during write an non blocking I/O:Dr. Stephen Henson2003-02-201-4/+1
* typoBodo Möller2003-02-191-1/+1
* Make sure the memory allocation routines check for negative sizesRichard Levitte2003-02-191-0/+10
* Borland C++ Builder 5 complains about unreachable statements.Richard Levitte2003-02-191-1/+0
* Typo.Dr. Stephen Henson2003-02-181-1/+1
* Make the no-err option work properlyRichard Levitte2003-02-181-0/+2
* Declare prototypes for function pointer types, even if they are likely toGeoff Thorpe2003-02-151-4/+4
* Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson2003-02-153-17/+62
* We cache a montgomery form for 'n' if the PUBLIC flag is set, not PRIVATE.Geoff Thorpe2003-02-151-4/+9
* David Brumley <dbrumley@stanford.edu> noted and corrected a case in theGeoff Thorpe2003-02-141-100/+45
* Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte2003-02-142-0/+9
* Another long name to deal withRichard Levitte2003-02-131-0/+2
* Oh, the destest program did look at the return value...Richard Levitte2003-02-131-0/+4
* new lock for EC_PRE_COMP structuresBodo Möller2003-02-122-4/+6
* Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller2003-02-123-132/+185
* Adjust DES_cbc_cksum() so the returned value is the same as MIT'sRichard Levitte2003-02-121-0/+9
* GeneralString support in mini-ASN1 compilerDr. Stephen Henson2003-02-111-0/+2
* Make sure memcpy() is properly declared by including string.h.Richard Levitte2003-02-101-0/+2
* fix EC_GROUP_copy for EC_GFp_nist_method()Bodo Möller2003-02-082-1/+8
* remove debugging leftoversBodo Möller2003-02-081-4/+0
* commentBodo Möller2003-02-071-0/+7
* typoBodo Möller2003-02-061-1/+1
* implement fast point multiplication with precomputationBodo Möller2003-02-0612-130/+613
* typo in WIN16 sectionBodo Möller2003-02-051-1/+1
* IPv6 display and input support for extensions usingh GeneralName.Dr. Stephen Henson2003-02-053-25/+250
* Old-style callbacks can be NULL!Ben Laurie2003-02-011-0/+2
* Fix warning.Ben Laurie2003-02-012-0/+4
* We can't say in advance what the argument to BIO_socket_ioctl() should be, soRichard Levitte2003-01-312-3/+3
* A few small bugs with BIO popping.Richard Levitte2003-01-301-1/+2
* The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte2003-01-304-10/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-3027-2/+136
* This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifGeoff Thorpe2003-01-302-16/+20
* Small typo, OENSSL should really be spelled OPENSSL.Richard Levitte2003-01-301-1/+1
* DVCS (see RFC 3029) was missing among the possible purposes.Richard Levitte2003-01-292-0/+5
* simplifyBodo Möller2003-01-281-16/+2
* cofactor is optional in parameter encodingsBodo Möller2003-01-251-26/+38
* For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters'Bodo Möller2003-01-241-4/+5
* Provide "dummy" &main::picmeup even in Windows perlasm modules.Andy Polyakov2003-01-242-0/+12
* Check return value of gmtime() and add error codesDr. Stephen Henson2003-01-244-32/+38
* Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5.Andy Polyakov2003-01-231-3/+3
* Missing 0 broke FreeBSD build.Richard Levitte2003-01-231-1/+1
* fix warningsBodo Möller2003-01-211-4/+4
* This is an *initial* tune-up. This update puts Itanium2 back on par withAndy Polyakov2003-01-191-47/+76
* EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex().Dr. Stephen Henson2003-01-171-1/+1
* A few more files to ignoreRichard Levitte2003-01-168-0/+11
* FreeBSD has /dev/crypto as well.Richard Levitte2003-01-163-27/+29