summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2003-06-12Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte
2003-06-11Add the possibility to have symbols loaded globally with DSO.Richard Levitte
2003-06-11Remove unused variableRichard Levitte
2003-06-11Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[].Richard Levitte
2003-06-11Add functionality to set marks on the error stack and to pop all errors to th...Richard Levitte
2003-06-11Make sure to NUL-terminate the string on end-of-file (and error)Richard Levitte
2003-06-10The output from AES_cbc_encrypt() should be exact multiple blocks when encryp...Richard Levitte
2003-06-04Make sure the sigaction structure and fileno function are properly declared w...Richard Levitte
2003-06-04Remove extra ;Richard Levitte
2003-06-04Make sure the function definitions match their declaration.Richard Levitte
2003-06-04Make sure that size_t matches size_t.Richard Levitte
2003-06-04Really get X509_CRL_CHECK_ALL right this time...Dr. Stephen Henson
2003-06-02Only count 'LF' as EOL in pk7_mime.c, this avoids incorrectDr. Stephen Henson
2003-06-02Stop checking for CRLF when start of buffer is reached.Dr. Stephen Henson
2003-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson
2003-05-29Include openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC and other configurationRichard Levitte
2003-05-29Have ASFLAGS be defined the same way as CFLAGSRichard Levitte
2003-05-29PR: 630Richard Levitte
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