aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix prime generation loop in crypto/bn/bn_prime.pl by makingRalf S. Engelschall2003-09-251-1/+1
* Typos.Dr. Stephen Henson2003-09-092-2/+3
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-094-4/+166
* outlen should be int * in out_utf8.Dr. Stephen Henson2003-08-211-1/+1
* Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:Richard Levitte2003-08-071-4/+10
* add OpenSSL licenseBodo Möller2003-08-061-1/+54
* Inclusion of openssl/engine.h should always be wrapped with a check thatRichard Levitte2003-08-041-0/+2
* Avoid clashes with Win32 names in WinCrypt.hDr. Stephen Henson2003-07-232-1/+3
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-222-15/+32
* add test for secp160r1Bodo Möller2003-07-221-40/+117
* new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller2003-07-213-0/+87
* Replace CCITT with ITU-T. Keep CCITT around as an alias.Richard Levitte2003-07-043-17/+36
* The counter is big-endian. Since it comes as an array of char,Richard Levitte2003-07-041-26/+1
* Oops, I forgot to replace 'counter' with 'ivec' when used...Richard Levitte2003-07-031-2/+2
* The 'counter' is really the IV.Richard Levitte2003-07-031-1/+1
* Change AES-CTR to increment the IV by 1 instead of 2^64.Richard Levitte2003-07-031-7/+43
* Nils Larsch told me I could remove that variable entirely.Richard Levitte2003-06-261-3/+0
* make updateRichard Levitte2003-06-261-1/+1
* Implement missing functions.Richard Levitte2003-06-265-9/+196
* "Remove" unused variableRichard Levitte2003-06-261-0/+2
* The definition of dynamic_ctrl() should change along with theRichard Levitte2003-06-261-1/+1
* implement PKCS #8 / SEC1 private key format for ECCBodo Möller2003-06-251-41/+67
* Return EOF when an S/MIME part have been read.Dr. Stephen Henson2003-06-241-0/+1
* We set the export flag for 512 *bit* keys, not 512 *byte* ones.Richard Levitte2003-06-191-1/+2
* dynamic_ctrl() didn't have exactly the same prototype as defined byRichard Levitte2003-06-191-1/+1
* Unsigned vs. signed fixed.Richard Levitte2003-06-191-1/+1
* Add the application data type to the README.Richard Levitte2003-06-181-0/+1
* Missing string and potential memory leaks.Richard Levitte2003-06-181-14/+22
* Slightly better check of attributes. Now, mem_list_next can actually stop wh...Richard Levitte2003-06-123-12/+90
* BeautifyRichard Levitte2003-06-121-2/+2
* Do not try to use non-existent gmtime_r() on SunOS4.Richard Levitte2003-06-121-1/+1
* Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte2003-06-121-1/+5
* Add the possibility to have symbols loaded globally with DSO.Richard Levitte2003-06-112-1/+14
* Remove unused variableRichard Levitte2003-06-111-2/+0
* Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[].Richard Levitte2003-06-111-0/+1
* Add functionality to set marks on the error stack and to pop all errors to th...Richard Levitte2003-06-112-5/+52
* Make sure to NUL-terminate the string on end-of-file (and error)Richard Levitte2003-06-111-0/+1
* The output from AES_cbc_encrypt() should be exact multiple blocks when encryp...Richard Levitte2003-06-101-1/+1
* Make sure the sigaction structure and fileno function are properly declared w...Richard Levitte2003-06-041-5/+8
* Remove extra ;Richard Levitte2003-06-042-2/+2
* Make sure the function definitions match their declaration.Richard Levitte2003-06-041-2/+2
* Make sure that size_t matches size_t.Richard Levitte2003-06-041-1/+2
* Really get X509_CRL_CHECK_ALL right this time...Dr. Stephen Henson2003-06-041-2/+2
* Only count 'LF' as EOL in pk7_mime.c, this avoids incorrectDr. Stephen Henson2003-06-021-17/+21
* Stop checking for CRLF when start of buffer is reached.Dr. Stephen Henson2003-06-021-8/+16
* Various S/MIME bug and compatibility fixes.Dr. Stephen Henson2003-06-013-18/+42
* Include openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC and other configurationRichard Levitte2003-05-291-1/+3
* Have ASFLAGS be defined the same way as CFLAGSRichard Levitte2003-05-292-1/+3
* PR: 630Richard Levitte2003-05-291-1/+1
* Move header file inclusion to prevent irritation of users forgetting toLutz Jänicke2003-05-281-1/+1