aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-06-11Add the possibility to have symbols loaded globally with DSO.Richard Levitte3-1/+17
2003-06-11make updateRichard Levitte3-41/+70
2003-06-11Avoid warnings saying that the format takes a void*.Richard Levitte1-2/+2
2003-06-11Remove unused variableRichard Levitte1-2/+0
2003-06-11Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[].Richard Levitte1-0/+1
2003-06-11Add documentation for ERR_set_mark() and ERR_pop_to_mark().Richard Levitte1-0/+38
2003-06-11Add functionality to set marks on the error stack and to pop all errors to th...Richard Levitte3-6/+57
2003-06-11Handle des_modes.pod properly.Richard Levitte3-7/+7
2003-06-11Make sure to NUL-terminate the string on end-of-file (and error)Richard Levitte1-0/+1
2003-06-11Add crypto/store to the directories to look through.Richard Levitte1-0/+1
2003-06-10Document the AES_cbc_encrypt() changeRichard Levitte1-0/+4
2003-06-10The output from AES_cbc_encrypt() should be exact multiple blocks when encryp...Richard Levitte1-1/+1
2003-06-09TypoRichard Levitte1-2/+2
2003-06-06This memset() in the ubsec ENGINE is a bug. Zeroing out the result arrayGeoff Thorpe1-1/+0
2003-06-04Make sure the sigaction structure and fileno function are properly declared w...Richard Levitte1-5/+8
2003-06-04Remove extra ;Richard Levitte2-2/+2
2003-06-04Make sure the function definitions match their declaration.Richard Levitte1-2/+2
2003-06-04Make sure that size_t matches size_t.Richard Levitte1-1/+2
2003-06-04Make sure debug-solaris-sparcv9-gcc is consistent with solaris-sparcv9-gcc.Richard Levitte1-1/+1
2003-06-04Really get X509_CRL_CHECK_ALL right this time...Dr. Stephen Henson1-2/+2
2003-06-03Clarify return value of SSL_connect() and SSL_accept() in case of theLutz Jänicke2-2/+4
2003-06-03Update CHANGES to reflect base64 fix added to 0.9.7Dr. Stephen Henson1-5/+7
2003-06-02Only count 'LF' as EOL in pk7_mime.c, this avoids incorrectDr. Stephen Henson1-17/+21
2003-06-02Stop checking for CRLF when start of buffer is reached.Dr. Stephen Henson1-8/+16
2003-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson5-20/+58
2003-05-30Clarify ordering of certificates when using certificate chainsLutz Jänicke1-1/+3
2003-05-29Include openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC and other configurationRichard Levitte1-1/+3
2003-05-29Have ASFLAGS be defined the same way as CFLAGSRichard Levitte3-3/+5
2003-05-29PR: 630Richard Levitte1-1/+1
2003-05-28Add minimum POP3 STLS hack to s_client.c (as was provided for STARTTLS before)Lutz Jänicke2-7/+15
2003-05-28Move header file inclusion to prevent irritation of users forgetting toLutz Jänicke1-1/+1
2003-05-28PR: 627Dr. Stephen Henson1-12/+12
2003-05-28PR: 631Dr. Stephen Henson1-0/+1
2003-05-28Make sure to compare unsigned against unsigned.Richard Levitte1-1/+1
2003-05-23Brackets are now allowed, after a small hack in the processing of theRichard Levitte1-1/+1
2003-05-21Fix sign bugs.Richard Levitte3-3/+3
2003-05-21Correct signednessRichard Levitte1-1/+2
2003-05-21Make sure EC_window_bits_for_scalar_size() returns a size_tRichard Levitte1-6/+7
2003-05-21I have no idea how I cut away that piece of text...Richard Levitte1-1/+5
2003-05-20I don't remember what my thinking was with str_compat.h. Maybe it'llRichard Levitte1-1/+2
2003-05-20make updateRichard Levitte1-0/+5
2003-05-20Misspelled functions.Richard Levitte1-6/+6
2003-05-20Some misspelled function names.Richard Levitte1-10/+6
2003-05-19Make the function STORE_new_engine() public.Richard Levitte1-0/+1
2003-05-19Remove certain functionsRichard Levitte1-0/+5
2003-05-19The square brackets in BIO_s_bio.pod for someDr. Stephen Henson1-1/+1
2003-05-18Fix docs.Dr. Stephen Henson1-3/+2
2003-05-07Add correct DN entry for serialNumber.Dr. Stephen Henson1-1/+4
2003-05-07Define the two authentication parameter types for passphrase andRichard Levitte1-1/+3
2003-05-07Add the possibility to hand execution parameters (for exampleRichard Levitte3-122/+199