aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson2000-01-0913-20/+45
* s_client and s_server now have their own man pages.Bodo Möller2000-01-091-72/+2
* Man page for s_server.Dr. Stephen Henson2000-01-092-1/+227
* Make NO_RSA compile with pedantic.Ben Laurie2000-01-0816-1/+90
* Add -prexit command to s_client and patch some BIODr. Stephen Henson2000-01-086-33/+256
* superseded by doc/man/openssl.podBodo Möller2000-01-081-310/+0
* Unify doc/openssl.pod and doc/man/openssl.pod, which were almost theBodo Möller2000-01-083-4/+84
* Use basename instead of complicated sed line.Bodo Möller2000-01-081-4/+2
* Manpages for the DH utils and fix for a memory leak in dh programDr. Stephen Henson2000-01-084-3/+163
* Add PKCS#12 manpage and use MAC iteration counts by default.Dr. Stephen Henson2000-01-083-1/+295
* Install man pages.Ulf Möller2000-01-081-1/+15
* Minor format changes.Ulf Möller2000-01-083-2/+5
* CA.pl is now generated automatically (using CA.pl.in as input)Bodo Möller2000-01-071-0/+1
* apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller2000-01-072-2/+2
* make no-des and no-rc2 work.Bodo Möller2000-01-079-13/+74
* add V_CRYPTO_MDEBUG_ALLBodo Möller2000-01-071-0/+2
* Submitted by:Ulf Möller2000-01-072-0/+16
* Honor the no-xxx Configure options when creating .DEF files.Ulf Möller2000-01-072-26/+71
* #undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson2000-01-073-7/+10
* Remove obsolete SSLeay instructions.Ulf Möller2000-01-072-288/+0
* ispell.Ulf Möller2000-01-071-5/+5
* Add some newlines needed for pod2man, and run ispell.Ulf Möller2000-01-0713-39/+41
* More X509_ATTRIBUTE changes.Dr. Stephen Henson2000-01-078-18/+49
* add "UnixWare", treated like "unixware"Bodo Möller2000-01-071-0/+1
* Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2000-01-0612-106/+655
* New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller2000-01-064-1/+50
* Use less complicated arrangement for data strutures related to FinishedBodo Möller2000-01-063-46/+13
* Use separate arrays for certificate verify and for finished hashes.Bodo Möller2000-01-067-15/+59
* Use prototypes.Bodo Möller2000-01-054-17/+18
* Slight code cleanup for handling finished labels.Bodo Möller2000-01-056-18/+17
* Further work on MacOS port. See INSTALL.MacOS for details.Andy Polyakov2000-01-054-3754/+4301
* Rename CA.pl to CA.pl.in (no actual changes), and let ConfigureBodo Möller2000-01-052-0/+2
* Rhapsody 5.5 (a.k.a. MacOS X) compiler bug workaround. At the very leastAndy Polyakov2000-01-041-0/+6
* Metrowerks for Motorola tune-up.Andy Polyakov2000-01-022-2/+12
* Alpha Linux update companion.Andy Polyakov2000-01-021-0/+68
* Enhanced support for Alpha Linux. See CHANGES for details.Andy Polyakov2000-01-023-4/+44
* Add support for MS "fast SGC".Dr. Stephen Henson2000-01-026-10/+65
* Fix some of the command line password stuff. New functionDr. Stephen Henson2000-01-0115-101/+182
* Don't request client certificate in anonymous ciphersuitesBodo Möller1999-12-292-3/+21
* Fix SSL_CTX_add_session: When two SSL_SESSIONs have the same ID,Bodo Möller1999-12-292-10/+43
* Delete NO_PROTO section (which apparently was just a typo for NOPROTO --Bodo Möller1999-12-291-4/+0
* fix commentBodo Möller1999-12-291-1/+1
* Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1999-12-2910-250/+284
* Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1999-12-298-172/+134
* MacOS updates. Initial support for GUSI (MacOS socket implementation)Andy Polyakov1999-12-263-5/+13
* New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson1999-12-266-2/+89
* Makefile clean-ups, crypto/bn/asm/alpha.s compiles on Alpha Linux.Andy Polyakov1999-12-252-7/+14
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-2415-57/+155
* Fixes so NO_RSA works again.Dr. Stephen Henson1999-12-246-5/+62
* Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson1999-12-2312-39/+303