aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to affect the extension of man pages.Richard Levitte2003-04-212-12/+8
* Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.Richard Levitte2003-04-162-8/+11
* Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt()Richard Levitte2003-04-151-0/+2
* include 'Changes between 0.9.6i and 0.9.6j'Bodo Möller2003-04-111-0/+25
* Add the 0.9.6j news.Richard Levitte2003-04-101-0/+7
* make updateRichard Levitte2003-04-106-63/+33
* 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
* Typo.Dr. Stephen Henson2003-04-101-1/+1
* Include rand.h, so RAND_status() and friends get properly declared.Richard Levitte2003-04-081-0/+1
* Correct a few typos.Richard Levitte2003-04-081-10/+49
* A single quote too many.Richard Levitte2003-04-081-2/+2
* I forgot to continuation mark.Richard Levitte2003-04-081-2/+2
* It seems like OpenUnix's ld uses LD_LIBRARY_PATH to search forRichard Levitte2003-04-081-5/+12
* Fix ordering of compare functions: strncmp() must be used first, aLutz 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-25/+0
* RSA_FLAG_SIGN_VER indicates the special rsa_sign and rsa_verify functionRichard Levitte2003-04-071-8/+16
* What was I smoking? EVP_PKEY_cmp() should return with 0 ifRichard Levitte2003-04-071-8/+2
* Correct a typo.Richard Levitte2003-04-071-1/+10
* ConstifyRichard Levitte2003-04-062-8/+8
* Do not call ENGINE_setup_bsd_cryptodev() when OPENSSL_NO_ENGINE is defined.Richard Levitte2003-04-051-1/+3
* Convert save_serial() to work like save_index(), and add aRichard Levitte2003-04-044-48/+103
* Add documentation on the added functionality in 'openssl ca'.Richard Levitte2003-04-042-0/+26
* make updateRichard Levitte2003-04-041-0/+2
* There's no need to check for __attribute__ with ANSI functions, sinceRichard Levitte2003-04-041-1/+1
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-0315-36/+36
* Make %p and %# work properly, at least with pointers and floats.Richard Levitte2003-04-031-4/+15
* Add GCC attributes when compiled with gcc. This helps find out ifRichard Levitte2003-04-031-4/+11
* Counter for GCC attributes.Richard Levitte2003-04-032-12/+12
* One more debug line to conditionalise.Richard Levitte2003-04-031-0/+2
* Add a CA section, to make sure the test will work with the changes inRichard Levitte2003-04-031-0/+49
* Implement self-signing in 'openssl ca'. This makes it easier to haveRichard Levitte2003-04-035-44/+88
* Add functionality to help making self-signed certificate.Richard Levitte2003-04-037-45/+116
* 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
* Don't try to free NULL values...Richard Levitte2003-04-031-2/+5
* Reindent for readability.Richard Levitte2003-04-031-86/+104
* Remove unused variable.Richard Levitte2003-04-031-1/+0
* Reset the version number of the issuer certificate? I believe thisRichard Levitte2003-04-031-1/+1
* Conditionalise all debug strings.Richard Levitte2003-04-032-0/+18
* Make it possible to have multiple active certificates with the sameRichard Levitte2003-04-037-448/+585
* make RSA blinding thread-safeBodo Möller2003-04-024-12/+124
* It seems like gcc-drivven shared library building on OpenUnix 8 requiresRichard Levitte2003-04-012-3/+7
* Update from stable branch.Dr. Stephen Henson2003-03-311-6/+6
* 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