summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-0644-3073/+237
* Permit null ciphers.Ben Laurie1999-03-062-1/+7
* Fix GCC warning...Ralf S. Engelschall1999-03-061-1/+2
* Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1999-03-069-13/+15
* Fix the PKCS#7 stuff: signature verify could fail if attributes reordered, theDr. Stephen Henson1999-03-054-11/+28
* Workaround for a Win95 console bug triggered by the password read stuff.Dr. Stephen Henson1999-03-052-1/+29
* Deleted my str_dup() function from X509V3: the same functionality is providedDr. Stephen Henson1999-03-046-17/+57
* Added the new `Includes OpenSSL Cryptography Software' button asRalf S. Engelschall1999-03-043-0/+13
* Remove confusing variables in function signatures in filesRalf S. Engelschall1999-03-043-4/+8
* Don't install bss_file.c under PREFIX/include/. It was introduced by EricRalf S. Engelschall1999-03-042-2/+5
* Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson1999-03-0313-26/+84
* Supper's cooking.Ben Laurie1999-02-281-3/+5
* Add functions to add certs to stacks, used for CA file/path stuff in servers.Ben Laurie1999-02-289-48/+161
* More truth in declarations.Ben Laurie1999-02-282-9/+12
* doxygen configuration file.Ben Laurie1999-02-281-0/+7
* Experiment with doxygen documentation.Ben Laurie1999-02-282-269/+140
* Update dependencies.Ben Laurie1999-02-278-127/+185
* Get rid of remaining C++-style comments which strict C compilers hate.Ralf S. Engelschall1999-02-276-17/+20
* Ops, the logic of the second argument has to be coupled with the != test toRalf S. Engelschall1999-02-261-1/+1
* Use consistent and existing addressesRalf S. Engelschall1999-02-261-3/+3
* BN_RECURSION causes the stuff in bn_mont.c to fall over for large keys. ForDr. Stephen Henson1999-02-262-4/+8
* Perhaps if I do a tiny bit of docco, others may follow?Ben Laurie1999-02-251-1/+16
* Remember one more wish from the usersRalf S. Engelschall1999-02-251-1/+7
* Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHRalf S. Engelschall1999-02-259-83/+180
* Move s_server -dcert and -dkey options out of the undocumented feature areaRalf S. Engelschall1999-02-253-0/+9
* TypoRalf S. Engelschall1999-02-251-1/+1
* Fix the cipher decision scheme for export ciphers: the export bits are *not*Ralf S. Engelschall1999-02-252-2/+8
* Fix 'port' variable from `int' to `unsigned int' in crypto/bio/b_sock.cRalf S. Engelschall1999-02-252-3/+6
* Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()Ralf S. Engelschall1999-02-252-1/+6
* Fix clearly untested "clever" hack.Ben Laurie1999-02-252-2/+2
* More CVS ignore stuff...Ralf S. Engelschall1999-02-253-0/+16
* Don't hard-code path to Perl interpreter on shebang line of ConfigureRalf S. Engelschall1999-02-252-1/+10
* Remember good pointers to Montgomery multiplication algorithmRalf S. Engelschall1999-02-251-0/+6
* Make `openssl x509 -noout -modulus' functional also for DSA certificates (inRalf S. Engelschall1999-02-242-2/+18
* Remove debugging fprintf from req.c and fix the code so it properly skips overDr. Stephen Henson1999-02-241-6/+6
* Code for reliable BIO.Ben Laurie1999-02-231-0/+576
* Add reliable BIO.Ben Laurie1999-02-233-2/+8
* Fix more warnings.Ben Laurie1999-02-233-16/+24
* Get rid of a nasty debugging message which was forgotten here...Ralf S. Engelschall1999-02-231-1/+3
* Fix usage message on gendsa:Ralf S. Engelschall1999-02-231-1/+3
* Make gcc -Wall happy ("might be used uninitialized...")Ralf S. Engelschall1999-02-231-1/+1
* Redo the way 'req' and 'ca' add objects: add support for oid_section.Dr. Stephen Henson1999-02-234-55/+119
* Add syslogging BIO.Ben Laurie1999-02-224-2/+251
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-2223-108/+95
* More stuff for new TLS ciphersuites.Ben Laurie1999-02-217-45/+54
* Undo a couple of kludges.Ben Laurie1999-02-215-35/+35
* Add support for new TLS export ciphersuites.Ben Laurie1999-02-2116-111/+168
* Fix warning.Ben Laurie1999-02-211-2/+4
* Add preliminary user level config documentation for extension stuff. ProgrammingDr. Stephen Henson1999-02-212-0/+217
* Make RSA_NO_PADDING really use no padding.Dr. Stephen Henson1999-02-215-19/+17