summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2003-09-27Add reference counting around the thread state hash table.Richard Levitte
2003-09-25Fix prime generation loop in crypto/bn/bn_prime.pl by makingRalf S. Engelschall
2003-09-09Typos.Dr. Stephen Henson
2003-09-09Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte
2003-08-21outlen should be int * in out_utf8.Dr. Stephen Henson
2003-08-07Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:Richard Levitte
2003-08-06add OpenSSL licenseBodo Möller
2003-08-04Inclusion of openssl/engine.h should always be wrapped with a check thatRichard Levitte
2003-07-23Avoid clashes with Win32 names in WinCrypt.hDr. Stephen Henson
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
2003-07-22add test for secp160r1Bodo Möller
2003-07-21new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller
2003-07-04Replace CCITT with ITU-T. Keep CCITT around as an alias.Richard Levitte
2003-07-04The counter is big-endian. Since it comes as an array of char,Richard Levitte
2003-07-03Oops, I forgot to replace 'counter' with 'ivec' when used...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-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-25implement 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-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-12Slightly 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-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