summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Include the 0.9.6j news.OpenSSL_0_9_7bRichard Levitte2003-04-101-0/+7
* Forgot to code the status bits for release. This file will beRichard Levitte2003-04-101-1/+1
* Time to release 0.9.7b.Richard Levitte2003-04-105-5/+7
* make update.Richard Levitte2003-04-106-80/+63
* New NEWSRichard Levitte2003-04-101-0/+11
* Remove all those infernal stupid CR charactersRichard Levitte2003-04-101-288/+288
* There's a problem building shared libraries on the sco5-gcc target. However,Richard Levitte2003-04-101-0/+31
* Explicitely tell the compiler we're mips3 for the target irix-mips3-cc.Richard Levitte2003-04-101-1/+1
* Only call redirected rsa_sign or rsa_verify if the pointer is set.Dr. Stephen Henson2003-04-101-2/+2
* Typo.Dr. Stephen Henson2003-04-101-1/+1
* Dont forget req.Richard Levitte2003-04-091-0/+1
* TypoRichard Levitte2003-04-091-1/+1
* Set LD_LIBRARY_PATH when linking, since OpenUnix' ld uses it to createRichard Levitte2003-04-083-6/+34
* Include rand.h, so RAND_status() and friends get properly declared.Richard Levitte2003-04-081-0/+1
* Fix ordering of compare functions: strncmp() must be used first, as itLutz Jänicke2003-04-081-3/+4
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework, here inRichard Levitte2003-04-081-13/+0
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte2003-04-088-24/+0
* RSA_FLAG_SIGN_VER indicates the special rsa_sign and rsa_verify functionRichard Levitte2003-04-071-8/+16
* Do not call ENGINE_setup_bsd_cryptodev() when OPENSSL_NO_ENGINE is defined.Richard Levitte2003-04-051-1/+3
* make updateRichard Levitte2003-04-041-25/+50
* Transfer the changes to detect multiline comments and the GCCRichard Levitte2003-04-042-11/+16
* Make %p and %# work properly, at least with pointers and floats.Richard Levitte2003-04-031-4/+15
* It's recommended to use req rather than x509 to create self-signed certificatesRichard Levitte2003-04-031-6/+4
* Typo correctionRichard Levitte2003-04-031-1/+1
* Reset the version number of the issuer certificate? I believe thisRichard Levitte2003-04-031-1/+1
* make RSA blinding thread-safeBodo Möller2003-04-026-16/+128
* It seems like gcc-drivven shared library building on OpenUnix 8 requiresRichard Levitte2003-04-012-3/+8
* No need to test -setalias twice.Richard Levitte2003-03-311-6/+0
* Don't feil when indent is 0.Richard Levitte2003-03-311-1/+1
* Add usage string for -fingerprint.Richard Levitte2003-03-311-0/+1
* OpenUNIX 8 has some problems using -G with gcc. Maybe using gnu-shared works...Richard Levitte2003-03-281-1/+1
* Add warning about unwanted side effect when calling SSL_CTX_free():Lutz Jänicke2003-03-272-6/+18
* Update ocsp usage message and docs.Dr. Stephen Henson2003-03-262-13/+30
* Let's limit the extent of the definition of _XOPEN_SOURCE.Richard Levitte2003-03-251-0/+1
* Missed a few dollars.Richard Levitte2003-03-251-4/+4
* Get X509_V_FLAG_CRL_CHECK_ALL logic the right way round.Dr. Stephen Henson2003-03-241-2/+2
* Get X509_V_FLAG_CRL_CHECK_ALL logic the right way round.Dr. Stephen Henson2003-03-241-2/+2
* Add SCO5 shared library scripts.Lutz Jänicke2003-03-236-4/+127
* Add documentation for -starttls (s_client) and -id_prefix (s_server).Richard Levitte2003-03-202-0/+15
* Some shells (ksh in this case) don't say 'command not found'.Richard Levitte2003-03-201-1/+1
* Spelling errors.Richard Levitte2003-03-201-1/+1
* Make sure that all the library paths are modified in prepend mode, notRichard Levitte2003-03-203-7/+20
* hinv may generate more than one line (1 line per CPU).Richard Levitte2003-03-201-3/+3
* Shut up an ANSI compiler about uninitialised variables.Richard Levitte2003-03-201-1/+1
* Add the target linux-ia64-ecc, suggested by Keith Thompson <kst@sdsc.edu>.Richard Levitte2003-03-201-0/+1
* countermeasure against new Klima-Pokorny-Rosa atackBodo Möller2003-03-192-13/+17
* make sure RSA blinding works when the PRNG is not properly seeded;Bodo Möller2003-03-194-19/+39
* Fix Certificate and CRL adding in X509_load_cert_crl_file:Dr. Stephen Henson2003-03-191-1/+2
* fix formattingBodo Möller2003-03-181-0/+1
* Turn on RSA blinding by default.Ben Laurie2003-03-183-5/+36