aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Finally lay dependencies to rest (I hope!).Ben Laurie1999-01-1941-39/+2458
|
* Spelling mistake.Ben Laurie1999-01-192-2/+5
|
* This is the result of a "make errors" with the new error building functionalityDr. Stephen Henson1999-01-186-0/+24
| | | | in place.
* New err_code.pl script to retain old error codes. This should allow the useDr. Stephen Henson1999-01-1820-45/+169
| | | | | of 'make errors' without causing huge re-organisations of files when a new code is added.
* Ignore auto-generated programs.Ben Laurie1999-01-171-0/+2
|
* Dispose of generated programs.Ben Laurie1999-01-172-1950/+0
|
* Fix major cockup with short keys in CAST-128.Ben Laurie1999-01-177-219/+249
|
* Update CHANGES for GeneralizedTime info.Dr. Stephen Henson1999-01-171-0/+7
|
* Correct Linux 1 recognition.Ben Laurie1999-01-172-1/+4
| | | | Contributed by: Ulf Möller <ulf@fitug.de>
* Oops. Missing NULL frees.Ben Laurie1999-01-172-0/+6
|
* Remove pointless MD5 hash.Ben Laurie1999-01-172-3/+10
| | | | Contributed by: Anonymous <nobody@replay.com>
* Generate an error on an invalid directory.Ben Laurie1999-01-172-1/+10
|
* Time to blow up the source tree :-) This is the beginning of support forDr. Stephen Henson1999-01-176-9/+433
| | | | | | | | | | | | | | | | | | | | | GeneralizedTime. At several points PKIX specifies that GeneralizedTime can be used but OpenSSL doesn't currently support it. This patch adds several files and a bunch of functions. Of interest is the ASN1_TIME structure and its related functions. At several points certificates, CRLs et al specify that a time can be expressed as a choice of UTCTime and GeneralizedTime. Currently OpenSSL interprets this (wrongly) as UTCTime because GeneralizedTime isn't supported. The ASN1_TIME stuff provides this functionality. Still todo is to trace which cert and CRL points need an ASN1_TIME and modify the utilities appropriately and of course fix all the bugs. Note new OpenSSL copyright in the new file a_time.c. I didn't put it in a_gentm.c because it is a minimally modified form a_utctm.c . Since this adds new files and error codes you will need to do a 'make errors' at the top level to add the new codes.
* More prototypes.Ben Laurie1999-01-161-0/+3
|
* More prototypes.Ben Laurie1999-01-161-6/+6
|
* More prototypes.Ben Laurie1999-01-161-1/+1
|
* More prototypes.Ben Laurie1999-01-161-25/+28
|
* More prototypes.Ben Laurie1999-01-163-10/+10
|
* More prototypes.Ben Laurie1999-01-161-7/+7
|
* Fix parameters to dummy function BN_ref_mod_exp().Dr. Stephen Henson1999-01-142-2/+7
|
* Submitted by: Neil Costigan <neil.costigan@celocom.com>Dr. Stephen Henson1999-01-142-5/+8
| | | | PR:
* Fix OBJ_txt2nid(): old function was broken when input used the "dot" form, e.g.Dr. Stephen Henson1999-01-123-31/+56
| | | | 1.2.3.4 . Also added new function OBJ_txt2obj().
* Add prototype, fix parameter passing bug.Ben Laurie1999-01-103-16/+29
|
* Fix comment.Ben Laurie1999-01-101-1/+1
|
* Sort openssl functions by name.Ben Laurie1999-01-092-0/+19
|
* Fix the gendsa program and add it to the app list. The progs.h file isDr. Stephen Henson1999-01-096-36/+58
| | | | | auto generated but not auto updated so it is included. Also remove the encryption from the sample DSA keys.
* Get rid of redundant files.Ben Laurie1999-01-095-0/+0
|
* Accept NULL in *_free.Ben Laurie1999-01-0724-4/+66
|
* Fix DH key generation.Ben Laurie1999-01-072-6/+13
| | | | Contributed by: Anonymous <nobody@replay.com>
* Send the right CAs to the client.Ben Laurie1999-01-072-2/+5
|
* Fix numeric -newkey args.Ben Laurie1999-01-072-3/+9
| | | | Contributed by: Bodo Moeller <3moeller@informatik.uni-hamburg.de>
* Fix export tests.Ben Laurie1999-01-062-4/+7
|
* Make the world a safer place (if people object to this kind of change, speak upBen Laurie1999-01-063-4/+13
| | | | soon - I intend to do a lot of it!).
* Oops! update CHANGES file properly.Dr. Stephen Henson1999-01-061-0/+1
|
* Fix things so DH_free() will be no-op when passed NULL, like RSA_free() andDr. Stephen Henson1999-01-063-2/+6
| | | | | | DSA_free(): this was causing crashes when for example an attempt was made to handle a (currently) unsupported DH public key. Also X509_PUBKEY_set()i wasn't checking errors from d2i_PublicKey().
* Free the right thing.Ben Laurie1999-01-042-1/+4
|
* Only free if it ain't NULL.Ben Laurie1999-01-043-2/+7
|
* Remove the bugfix that was really a bug.Ben Laurie1999-01-042-1/+4
| | | | Submitted by: Arne Ansper <arne@ats.cyber.ee>
* Pass on BIO_CTRL_FLUSH.Ben Laurie1999-01-042-0/+4
| | | | Submitted by: Arne Ansper <arne@ats.cyber.ee>
* The dir is named util/ and better to explicitly call thePaul C. Sutton1999-01-041-1/+1
| | | | perl interpreter because not everyone has it in /usr/local/bin/perl.
* More EVP_PKEY patches for new functionality.Dr. Stephen Henson1999-01-035-7/+29
|
* Make sure the already existing X509_STORE->depth variable is initializedRalf S. Engelschall1999-01-033-1/+7
| | | | | in X509_STORE_new(), but document the fact that this variable is still unused in the certificate verification process.
* The dir is named util/ and better to explicitly call theRalf S. Engelschall1999-01-031-1/+1
| | | | perl interpreter because not everyone has it in /usr/local/bin/perl.
* More .cvsignore stuff to make CVS quiet on our generated files.Ralf S. Engelschall1999-01-0311-0/+13
|
* Remove one EVP_PKEY_free() that shouldn't be there.Dr. Stephen Henson1999-01-031-1/+0
|
* Make sure applications free up pkey structures and add netscape extensionDr. Stephen Henson1999-01-037-4/+25
| | | | handling to x509.c
* Fix reference counting.Ben Laurie1999-01-022-2/+11
|
* Don't confuse matters by using the wrong library.Ben Laurie1999-01-021-2/+1
|
* Fix tests for ssleay -> openssl.Ben Laurie1999-01-0212-16/+16
|
* A few train of thoughts about the build procedure messRalf S. Engelschall1999-01-021-14/+28
|