aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2003-05-01make updateRichard Levitte13-98/+173
2003-05-01Add STORE support in ENGINE.Richard Levitte7-181/+406
2003-05-01Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte13-2/+3074
2003-05-01Define a STORE lock (the STORE type will be committed later).Richard Levitte1-1/+2
2003-05-01Define the OPENSSL_ITEM structure.Richard Levitte1-1/+13
2003-04-29Add BUF_strndup() and BUF_memdup(). Not currently used, but I've codeRichard Levitte3-7/+31
2003-04-29make updateRichard Levitte2-26/+7
2003-04-29Include objects.h to get a correct declaration of OBJ_bsearch_ex(),Richard Levitte1-1/+2
2003-04-29Some variables were uninitialised...Richard Levitte1-1/+1
2003-04-29Add an extended variant of sk_find() which returns a non-NULL pointerRichard Levitte3-13/+92
2003-04-29Add an extended variant of OBJ_bsearch() that can be given a fewRichard Levitte2-9/+33
2003-04-22fix typoBodo Möller1-2/+2
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-10make updateRichard Levitte4-47/+23
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-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-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte6-7/+7
2003-04-03Make %p and %# work properly, at least with pointers and floats.Richard Levitte1-4/+15
2003-04-03Add GCC attributes when compiled with gcc. This helps find out ifRichard Levitte1-4/+11
2003-04-03Add functionality to help making self-signed certificate.Richard Levitte6-45/+111
2003-04-03Reindent for readability.Richard Levitte1-86/+104
2003-04-02make RSA blinding thread-safeBodo Möller3-10/+117
2003-03-31Don't feil when indent is 0.Richard Levitte1-1/+1
2003-03-30Multi valued AVA support.Dr. Stephen Henson1-2/+13
2003-03-26Update VMS building systemRichard Levitte1-1/+1
2003-03-24make updateDr. Stephen Henson1-0/+16
2003-03-24Support for name constraints.Dr. Stephen Henson9-85/+446
2003-03-24Name Constraints OID.Dr. Stephen Henson4-6/+20
2003-03-21make updateDr. Stephen Henson1-0/+16
2003-03-21Support for policy constraints.Dr. Stephen Henson6-4/+153
2003-03-21Define COMP method function prototypes properly.Richard Levitte1-8/+15
2003-03-21Make sure to declare mem*() properly.Richard Levitte1-0/+1
2003-03-20make updateRichard Levitte1-6/+10
2003-03-20Make sure we get the definition of OPENSSL_NO_RSA.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA.Richard Levitte1-1/+1
2003-03-20Make sure we get the definition of OPENSSL_NO_SHA.Richard Levitte3-3/+9
2003-03-20Make sure we get the definition of OPENSSL_NO_RIPEMD.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_MDC2.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_MD5.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_MD4.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_MD2.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_DES.Richard Levitte3-3/+5