summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* EVP_SealFinal should return a value.Dr. Stephen Henson2002-05-112-3/+5
* Fallback to normal multiply if n2 == 8 and dna or dnb is not zeroDr. Stephen Henson2002-05-101-3/+9
* Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.Dr. Stephen Henson2002-05-101-1/+1
* Make the huge buffer smaller, so the size becomes reasonable for small-stack ...Richard Levitte2002-05-091-1/+3
* One place where VMS wasn't changed to OPENSSL_SYS_VMS...Richard Levitte2002-05-091-1/+1
* Move an assert() to avoid core dumps when a static buffer hasn't been given.Richard Levitte2002-05-091-2/+3
* Change internals of the EC library so that the functionsBodo Möller2002-05-085-172/+113
* in SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not ecPublicKey)Bodo Möller2002-05-071-7/+33
* improve wNAF generationBodo Möller2002-05-051-36/+57
* Make sure that date is run under the C locale, so dates are given in theRichard Levitte2002-05-021-1/+1
* Synchronise with 0.9.7-stable.Richard Levitte2002-04-293-19/+19
* Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller2002-04-261-2/+69
* Add generationQualifier OID (proposed by Fiel Cabral).Lutz Jänicke2002-04-254-6/+18
* Uhmmm, if we use && after having tested for the presence of the certificate,Richard Levitte2002-04-231-1/+1
* ERR_file_name is no longer being used.Lutz Jänicke2002-04-221-1/+1
* The callback must have (void) as argument list.Richard Levitte2002-04-201-1/+1
* No point constifying an int.Richard Levitte2002-04-201-1/+1
* Do not free p if it hasn't been used yet.Richard Levitte2002-04-201-2/+1
* Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).Lutz Jänicke2002-04-181-2/+1
* 'version' is not optional in the encodingBodo Möller2002-04-171-8/+3
* 'version' is not optional in the encodingBodo Möller2002-04-171-1/+1
* Use the "mail" short name according to RFC2798 (Michael BellLutz Jänicke2002-04-153-7/+12
* Some more OID enhancements.Lutz Jänicke2002-04-154-940/+1005
* Fix CRLF problem in BASE64 decode.Lutz Jänicke2002-04-151-0/+7
* remove disabled codeBodo Möller2002-04-141-310/+1
* ECDSA representation bugfixesBodo Möller2002-04-122-24/+53
* Check error code from a2d_ASN1_OBJECT().Richard Levitte2002-04-111-0/+2
* Change the date to XX xxx XXXX in development versions.Richard Levitte2002-04-111-1/+1
* fix ECDSA handlingBodo Möller2002-04-0910-120/+105
* Apply OID fixes for elliptic curves as supplied byLutz Jänicke2002-04-085-90/+70
* make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte2002-04-064-379/+379
* Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).Lutz Jänicke2002-04-043-4/+6
* Forgot one of the castsRichard Levitte2002-04-031-1/+1
* Cast the pointers to the BIGNUM data to unsigned long *. This would beRichard Levitte2002-04-031-8/+19
* Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.Richard Levitte2002-03-291-2/+2
* Make short names of objects RFC2256-compliant.Lutz Jänicke2002-03-263-8/+7
* A forgotten fileRichard Levitte2002-03-261-0/+82
* Add the possibility to enable olde des support, not just disable it, for futu...Richard Levitte2002-03-261-0/+6
* Add the mapping of des_random_seed() for 0.9.6 compatibility.Richard Levitte2002-03-265-34/+40
* Correct the mapping for des_read_pw()Richard Levitte2002-03-261-1/+1
* Make the change to strong keys in the string to key(s) functions experimental...Richard Levitte2002-03-261-0/+12
* fix warningsBodo Möller2002-03-253-57/+17
* fix memory leakBodo Möller2002-03-251-0/+25
* add missing declarationBodo Möller2002-03-251-0/+2
* fix conditational compilation for OPENSSL_NO_...Bodo Möller2002-03-221-1/+64
* Merge changes from 0.9.7-stableRichard Levitte2002-03-221-35/+37
* Merge changes from 0.9.7-stableRichard Levitte2002-03-221-23/+35
* Merge in DES changed from 0.9.7-stable.Richard Levitte2002-03-223-64/+79
* Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.Lutz Jänicke2002-03-211-1/+0
* fix DH_generate_parameters for general 'generator'Bodo Möller2002-03-204-9/+39