summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson1999-03-069-5/+94
* Add a useful kludge to allow package maintainers to specify compiler and otherRalf S. Engelschall1999-03-062-0/+16
* Disable new TLS1 ciphersuites.Ben Laurie1999-03-063-0/+7
* Fix names of cert stack functions.Ben Laurie1999-03-064-16/+18
* Typo :-)Ralf S. Engelschall1999-03-061-1/+1
* Allow DSO flags like -fpic, -fPIC, -KPIC etc. to be specified on the `perlRalf S. Engelschall1999-03-062-1/+11
* Put the dependencies back.Ben Laurie1999-03-0638-0/+2797
* Move the SSL_CTX_xxx defines at the top of ssl.h to the location of otherRalf S. Engelschall1999-03-061-12/+11
* Fix export ciphersuites, again.Ben Laurie1999-03-065-17/+39
* Reshape the README file out of the existing README stuffRalf S. Engelschall1999-03-063-65/+66
* just a little typoRalf S. Engelschall1999-03-061-1/+1
* Add a first cut for a NEWS document similar to what other packages (mostly GNURalf S. Engelschall1999-03-061-0/+37
* Bring the README file in sync and shape a little bit more...Ralf S. Engelschall1999-03-061-21/+21
* Cleaned up the LICENSE document: The official contact for any licenseRalf S. Engelschall1999-03-062-69/+79
* Ralf is now using FreeBSD 3.1 which runs ELF instead of a.out...Ralf S. Engelschall1999-03-061-1/+1
* 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