aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated Mingw32 instructions.Ulf Möller2002-05-111-4/+4
|
* Add config entry debug-steve-linux-pseudo64. This sets theDr. Stephen Henson2002-05-101-0/+1
| | | | | | | | SIXTY_FOUR bignum library option to use 64 bit operations on the 32 bit linux platform. This is very inefficient but it can be used to test some of the 64 bit logic on a 32 bit platform.
* Fallback to normal multiply if n2 == 8 and dna or dnb is not zeroDr. Stephen Henson2002-05-102-3/+14
| | | | | | | in bn_mul_recursive. This is (hopefully) what was triggering bignum errors on 64 bit platforms and causing the BN_mod_mul test to fail.
* Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.Dr. Stephen Henson2002-05-101-1/+1
|
* Updating status for 0.9.6dRichard Levitte2002-05-091-1/+2
|
* Synchronise the FAQRichard Levitte2002-05-091-1/+1
|
* Make the huge buffer smaller, so the size becomes reasonable for small-stack ↵Richard Levitte2002-05-091-1/+3
| | | | | | environments. Notified by Verdon Walker <VWalker@novell.com>
* 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
| | | | Notified by Verdon Walker <VWalker@novell.com>
* Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex.Richard Levitte2002-05-081-1/+1
| | | | | Notified by Stella Power <snpower@maths.tcd.ie>. PR: 24
* Generate an error if rewinding wasn't possible.Richard Levitte2002-05-081-1/+4
| | | | | Notified by Ken Hirsch <kenhirsch@myself.com>. PR: 23
* Change internals of the EC library so that the functionsBodo Möller2002-05-086-172/+123
| | | | | | | | EC_GROUP_{set_generator,get_generator,get_order,get_cofactor} are implemented directly in crypto/ec/ec_lib.c and not dispatched to methods. Also fix EC_GROUP_copy to copy the NID.
* Add missing ";" after fiLutz Jänicke2002-05-071-3/+3
| | | | | | Submitted by: bryanh@giraffe-data.com Reviewed by: PR: [openssl.org #18]
* in SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not ecPublicKey)Bodo Möller2002-05-071-7/+33
| | | | Submitted by: Nils Larsch
* Fix ciphersuite list to enforce low priority for RC4.Bodo Möller2002-05-071-1/+1
|
* ensure that, for each strength, RC4 ciphers have least preferenceBodo Möller2002-05-071-1/+1
| | | | in the default ciphersuite list
* refer to latest draft for AES ciphersuitesBodo Möller2002-05-072-2/+2
|
* fix warningBodo Möller2002-05-061-1/+1
|
* updateBodo Möller2002-05-052-3/+16
|
* improve wNAF generationBodo Möller2002-05-051-36/+57
|
* disable AES ciphersuites unless explicitly requestedBodo Möller2002-05-053-23/+25
|
* fix castsBodo Möller2002-05-051-9/+8
|
* Make sure that date is run under the C locale, so dates are given in theRichard Levitte2002-05-021-1/+1
| | | | | default format. PR: 16
* Add apps_startup and bio_err init code to smime.cDr. Stephen Henson2002-05-011-0/+6
|
* Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke2002-04-306-75/+216
| | | | 'hidden' -nameopt support. (Robert Joop <joop@fokus.gmd.de>)
* Add information about -nameopt option for x509.Lutz Jänicke2002-04-291-0/+8
|
* undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)Bodo Möller2002-04-291-1/+1
|
* Fix unsigned vs. signed clashRichard Levitte2002-04-291-1/+1
|
* Synchronise with 0.9.7-stable.Richard Levitte2002-04-291-2/+2
|
* Synchronise with 0.9.7-stable.Richard Levitte2002-04-294-20/+20
|
* Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (notBodo Möller2002-04-263-6/+74
| | | | | | encoded as NULL) with id-dsa-with-sha1. Submitted by: Nils Larsch
* Add generationQualifier OID (proposed by Fiel Cabral).Lutz Jänicke2002-04-254-6/+18
|
* Potential memory leak removed. Notified by <threaded@totalise.co.uk>Richard Levitte2002-04-251-1/+4
|
* new items for 0.9.7Bodo Möller2002-04-251-1/+7
|
* oopsBodo Möller2002-04-251-2/+2
|
* AlgorithmIdentifier bugsBodo Möller2002-04-251-1/+7
|
* fix usage (no 'key')Bodo Möller2002-04-232-2/+2
|
* Uhmmm, if we use && after having tested for the presence of the certificate,Richard Levitte2002-04-231-1/+1
| | | | | we just *might* stand a certain chance of actually getting it written to file...
* ERR_file_name is no longer being used.Lutz Jänicke2002-04-221-1/+1
|
* Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>).Lutz Jänicke2002-04-211-0/+125
|
* Make sure ec and ecdsa is properly handled in Windows.Richard Levitte2002-04-202-1/+8
| | | | Notified by Bernd Matthes <bernd.matthes@gemplus.com>
* Signedness mismatch.Richard Levitte2002-04-202-3/+3
| | | | Notified by Bernd Matthes <bernd.matthes@gemplus.com>
* The callback must have (void) as argument list.Richard Levitte2002-04-201-1/+1
| | | | Notified by Bernd Matthes <bernd.matthes@gemplus.com>
* No point constifying an int.Richard Levitte2002-04-201-1/+1
| | | | Notified by Bernd Matthes <bernd.matthes@gemplus.com>
* Do not free p if it hasn't been used yet.Richard Levitte2002-04-201-2/+1
| | | | Notified by Bernd Matthes <bernd.matthes@gemplus.com>
* Make sure the opened directory is closed on exit.Richard Levitte2002-04-181-3/+5
| | | | Notified by Lorinczy Zsigmond <lzsiga@mail.ahiv.hu>
* Missing "Configure" entry (Jean-Marc Desperrier ↵Lutz Jänicke2002-04-182-1/+25
| | | | <jean-marc.desperrier@certplus.com>).
* Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).Lutz Jänicke2002-04-181-2/+1
|
* Handle headings uniformly to allow automatic processing.Lutz Jänicke2002-04-181-3/+3
|
* 'version' is not optional in the encodingBodo Möller2002-04-171-8/+3
| | | | Submitted by: Nils Larsch