Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2003-07-04The counter is big-endian. Since it comes as an array of char,Richard Levitte
2003-07-04Oops, I forgot to replace 'counter' with 'ivec' when used...Richard Levitte
2003-07-04Oops, I forgot to replace 'counter' with 'ivec' when used...Richard Levitte
2003-07-03The 'counter' is really the IV.Richard Levitte
2003-07-03The 'counter' is really the IV.Richard Levitte
2003-07-03Change AES-CTR to increment the IV by 1 instead of 2^64.Richard Levitte
2003-07-03Change AES-CTR to increment the IV by 1 instead of 2^64.Richard Levitte
2003-06-26Nils Larsch told me I could remove that variable entirely.Richard Levitte
2003-06-26make updateRichard Levitte
2003-06-26Implement missing functions.Richard Levitte
2003-06-26"Remove" unused variableRichard Levitte
2003-06-26The definition of dynamic_ctrl() should change along with theRichard Levitte
2003-06-26implement PKCS #8 / SEC1 private key format for ECCBodo Möller
2003-06-24Return EOF when an S/MIME part have been read.Dr. Stephen Henson
2003-06-24Return EOF when an S/MIME part have been read.Dr. Stephen Henson
2003-06-19We set the export flag for 512 *bit* keys, not 512 *byte* ones.Richard Levitte
2003-06-19We set the export flag for 512 *bit* keys, not 512 *byte* ones.Richard Levitte
2003-06-19dynamic_ctrl() didn't have exactly the same prototype as defined byRichard Levitte
2003-06-19Unsigned vs. signed fixed.Richard Levitte
2003-06-18Add the application data type to the README.Richard Levitte
2003-06-18Missing string and potential memory leaks.Richard Levitte
2003-06-13Slightly better check of attributes. Now, mem_list_next can actually stop wh...Richard Levitte
2003-06-12BeautifyRichard Levitte
2003-06-12Do not try to use non-existent gmtime_r() on SunOS4.Richard Levitte
2003-06-12Do not try to use non-existent gmtime_r() on SunOS4.Richard Levitte
2003-06-12Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte
2003-06-12Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte
2003-06-12Add the possibility to have symbols loaded globally with DSO.Richard Levitte
2003-06-12Remove unused variableRichard Levitte
2003-06-12Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[].Richard Levitte
2003-06-12Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[].Richard Levitte
2003-06-12Add 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-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-10The output from AES_cbc_encrypt() should be exact multiple blocks when encryp...Richard Levitte
2003-06-06This memset() in the ubsec ENGINE is a bug. Zeroing out the result arrayGeoff Thorpe
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-04Really get X509_CRL_CHECK_ALL right this time...Dr. Stephen Henson
2003-06-03Move the base64 BIO fixes to 0.9.7-stableDr. Stephen Henson
2003-06-02Only count 'LF' as EOL in pk7_mime.c, this avoids incorrectDr. 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-02Stop checking for CRLF when start of buffer is reached.Dr. Stephen Henson
2003-06-02Various S/MIME bug and compatibility fixes.Dr. Stephen Henson
2003-06-02Various S/MIME bug and compatibility fixes.Dr. Stephen Henson