summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2003-05-28Move header file inclusion to prevent irritation of users forgetting toLutz Jänicke
2003-05-28PR: 627Dr. Stephen Henson
2003-05-28PR: 631Dr. Stephen Henson
2003-05-28Make sure to compare unsigned against unsigned.Richard Levitte
2003-05-21Fix sign bugs.Richard Levitte
2003-05-21Correct signednessRichard Levitte
2003-05-21Make sure EC_window_bits_for_scalar_size() returns a size_tRichard Levitte
2003-05-21I have no idea how I cut away that piece of text...Richard Levitte
2003-05-20I don't remember what my thinking was with str_compat.h. Maybe it'llRichard Levitte
2003-05-20Misspelled functions.Richard Levitte
2003-05-20Some misspelled function names.Richard Levitte
2003-05-19Make the function STORE_new_engine() public.Richard Levitte
2003-05-19Remove certain functionsRichard Levitte
2003-05-07Add correct DN entry for serialNumber.Dr. Stephen Henson
2003-05-07Define the two authentication parameter types for passphrase andRichard Levitte
2003-05-07Add the possibility to hand execution parameters (for exampleRichard Levitte
2003-05-07DO NOT constify RSA* in RSA_sign() and RSA_verify(), since there are functionRichard Levitte
2003-05-06Add the possibility to store arbitrary data in a STORE.Richard Levitte
2003-05-05Constify RSA_sign() and RSA_verify().Richard Levitte
2003-05-03Yeah, right, an object file ending with .c, that'll work!Richard Levitte
2003-05-02Make DER option work again.Dr. Stephen Henson
2003-05-02It's usually best if the function name matches everywhere...Richard Levitte
2003-05-01STORE was created 2003, darnit!Richard Levitte
2003-05-01Get the year right...Richard Levitte
2003-05-01Provide some extra comments about the STORE_Memory STORE method.Richard Levitte
2003-05-01make updateRichard Levitte
2003-05-01Add STORE support in ENGINE.Richard Levitte
2003-05-01Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte
2003-05-01Define a STORE lock (the STORE type will be committed later).Richard Levitte
2003-05-01Define the OPENSSL_ITEM structure.Richard Levitte
2003-04-29Add BUF_strndup() and BUF_memdup(). Not currently used, but I've codeRichard Levitte
2003-04-29make updateRichard Levitte
2003-04-29Include objects.h to get a correct declaration of OBJ_bsearch_ex(),Richard Levitte
2003-04-29Some variables were uninitialised...Richard Levitte
2003-04-29Add an extended variant of sk_find() which returns a non-NULL pointerRichard Levitte
2003-04-29Add an extended variant of OBJ_bsearch() that can be given a fewRichard Levitte
2003-04-22fix typoBodo Möller
2003-04-16Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.Richard Levitte
2003-04-15Memory leak fix: local blinding structure not freed in rsa_eay_private_decrypt()Richard Levitte
2003-04-10make updateRichard Levitte
2003-04-10Typo.Dr. Stephen Henson
2003-04-08Include rand.h, so RAND_status() and friends get properly declared.Richard Levitte
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework, here inRichard Levitte
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte
2003-04-07RSA_FLAG_SIGN_VER indicates the special rsa_sign and rsa_verify functionRichard Levitte
2003-04-07What was I smoking? EVP_PKEY_cmp() should return with 0 ifRichard Levitte
2003-04-07Correct a typo.Richard Levitte
2003-04-06ConstifyRichard Levitte
2003-04-05Do not call ENGINE_setup_bsd_cryptodev() when OPENSSL_NO_ENGINE is defined.Richard Levitte
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte