summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h (unfollow)
Commit message (Expand)AuthorFilesLines
2003-04-29Some variables were uninitialised...Richard Levitte1-1/+1
2003-04-29Correct documentation. sk_find_ex() doesn't return a pointer, itRichard Levitte1-0/+7
2003-04-29Add an extended variant of sk_find() which returns a non-NULL pointerRichard Levitte4-13/+93
2003-04-29Add an extended variant of OBJ_bsearch() that can be given a fewRichard Levitte3-9/+48
2003-04-22fix typoBodo Möller1-2/+2
2003-04-22Make it possible to affect the extension of man pages.Richard Levitte2-12/+8
2003-04-16Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.Richard Levitte2-8/+11
2003-04-15Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt()Richard Levitte1-0/+2
2003-04-11include 'Changes between 0.9.6i and 0.9.6j'Bodo Möller1-0/+25
2003-04-10Add the 0.9.6j news.Richard Levitte1-0/+7
2003-04-10make updateRichard Levitte6-63/+33
2003-04-10New NEWSRichard Levitte1-0/+11
2003-04-10Remove all those infernal stupid CR charactersRichard Levitte1-288/+288
2003-04-10There's a problem building shared libraries on the sco5-gcc target. However,Richard Levitte1-0/+31
2003-04-10Explicitely tell the compiler we're mips3 for the target irix-mips3-cc.Richard Levitte1-1/+1
2003-04-10Typo.Dr. Stephen Henson1-1/+1
2003-04-08Include rand.h, so RAND_status() and friends get properly declared.Richard Levitte1-0/+1
2003-04-08Correct a few typos.Richard Levitte1-10/+49
2003-04-08A single quote too many.Richard Levitte1-2/+2
2003-04-08I forgot to continuation mark.Richard Levitte1-2/+2
2003-04-08It seems like OpenUnix's ld uses LD_LIBRARY_PATH to search forRichard Levitte1-5/+12
2003-04-08Fix ordering of compare functions: strncmp() must be used first, aLutz Jänicke1-3/+4
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework, here inRichard Levitte1-13/+0
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte8-25/+0
2003-04-07RSA_FLAG_SIGN_VER indicates the special rsa_sign and rsa_verify functionRichard Levitte1-8/+16
2003-04-07What was I smoking? EVP_PKEY_cmp() should return with 0 ifRichard Levitte1-8/+2
2003-04-07Correct a typo.Richard Levitte1-1/+10
2003-04-06ConstifyRichard Levitte2-8/+8
2003-04-05Do not call ENGINE_setup_bsd_cryptodev() when OPENSSL_NO_ENGINE is defined.Richard Levitte1-1/+3
2003-04-04Convert save_serial() to work like save_index(), and add aRichard Levitte4-48/+103
2003-04-04Add documentation on the added functionality in 'openssl ca'.Richard Levitte2-0/+26
2003-04-04make updateRichard Levitte1-0/+2
2003-04-04There's no need to check for __attribute__ with ANSI functions, sinceRichard Levitte1-1/+1
2003-04-04Correct a lot of printing calls. Remove extra arguments...Richard Levitte15-36/+36
2003-04-04Make %p and %# work properly, at least with pointers and floats.Richard Levitte1-4/+15
2003-04-04Add GCC attributes when compiled with gcc. This helps find out ifRichard Levitte1-4/+11
2003-04-04Counter for GCC attributes.Richard Levitte2-12/+12
2003-04-04One more debug line to conditionalise.Richard Levitte1-0/+2
2003-04-04Add a CA section, to make sure the test will work with the changes inRichard Levitte1-0/+49
2003-04-04Implement self-signing in 'openssl ca'. This makes it easier to haveRichard Levitte5-44/+88
2003-04-04Add functionality to help making self-signed certificate.Richard Levitte7-45/+116
2003-04-04It's recommended to use req rather than x509 to create self-signed certificatesRichard Levitte1-6/+4
2003-04-03Typo correctionRichard Levitte1-1/+1
2003-04-03Don't try to free NULL values...Richard Levitte1-2/+5
2003-04-03Reindent for readability.Richard Levitte1-86/+104
2003-04-03Remove unused variable.Richard Levitte1-1/+0
2003-04-03Reset the version number of the issuer certificate? I believe thisRichard Levitte1-1/+1
2003-04-03Conditionalise all debug strings.Richard Levitte2-0/+18
2003-04-03Make it possible to have multiple active certificates with the sameRichard Levitte7-448/+585
2003-04-02make RSA blinding thread-safeBodo Möller4-12/+124