2003-10-29 |
Geoff Thorpe | Avoid "empty source file" warnings. |
tree | commitdiff |
2003-10-29 |
Geoff Thorpe | For whatever reason (compiler or header bugs), at least... |
tree | commitdiff |
2003-10-29 |
Geoff Thorpe | Update any code that was using deprecated functions... |
tree | commitdiff |
2003-10-29 |
Geoff Thorpe | When OPENSSL_NO_DEPRECATED is defined, deprecated funct... |
tree | commitdiff |
2003-10-29 |
Geoff Thorpe | The "cryptodev" engine preprocessor logic used undefine... |
tree | commitdiff |
2003-10-28 |
Geoff Thorpe | make update |
tree | commitdiff |
2003-10-28 |
Geoff Thorpe | Ignore derived file. |
tree | commitdiff |
2003-10-24 |
Geoff Thorpe | Remove duplicate prototypes have already been (correctl... |
tree | commitdiff |
2003-10-15 |
Richard Levitte | Correct serious bug in AES-CBC decryption when the... |
tree | commitdiff |
2003-10-13 |
Richard Levitte | The object file is o_str.o, not o_str.c. |
tree | commitdiff |
2003-10-11 |
Dr. Stephen Henson | Add support for digested data PKCS#7 type. |
tree | commitdiff |
2003-10-11 |
Dr. Stephen Henson | Simplify cipher and digest lookup in PKCS#7 code. |
tree | commitdiff |
2003-10-10 |
Dr. Stephen Henson | New function to initialize a PKCS7 structure of type... |
tree | commitdiff |
2003-10-10 |
Dr. Stephen Henson | Initialize digested data type in PKCS7_set_type(). |
tree | commitdiff |
2003-10-10 |
Dr. Stephen Henson | Retrieve correct content to sign when the |
tree | commitdiff |
2003-10-07 |
Richard Levitte | In realloc, don't destroy the old memory area if a... |
tree | commitdiff |
2003-10-06 |
Richard Levitte | Make sure int SSL_COMP_add_compression_method() checks... |
tree | commitdiff |
2003-10-06 |
Richard Levitte | Setting the ex_data index is unsafe in a threaded envir... |
tree | commitdiff |
2003-10-04 |
Richard Levitte | Remove unused code, don't use zlib functions that are... |
tree | commitdiff |
2003-10-01 |
Richard Levitte | Include e_os.h to get a proper definition of memmove... |
tree | commitdiff |
2003-09-30 |
Dr. Stephen Henson | ASN1 parse fix and release file changes. |
tree | commitdiff |
2003-09-28 |
Richard Levitte | Synchronise util/libeay.num with the 0.9.7-stable one. |
tree | commitdiff |
2003-09-28 |
Richard Levitte | Uhmm, It seem to have forgotten one file when I committ... |
tree | commitdiff |
2003-09-27 |
Richard Levitte | Change the indentation from 12 to indent+4. |
tree | commitdiff |
2003-09-27 |
Richard Levitte | Make MD5 assembler code able to handle messages larger... |
tree | commitdiff |
2003-09-27 |
Richard Levitte | Add reference counting around the thread state hash... |
tree | commitdiff |
2003-09-25 |
Ralf S. Engelschall | Fix prime generation loop in crypto/bn/bn_prime.pl... |
tree | commitdiff |
2003-09-09 |
Dr. Stephen Henson | Typos. |
tree | commitdiff |
2003-09-09 |
Richard Levitte | Generalise the definition of strcasecmp() and strncasec... |
tree | commitdiff |
2003-08-21 |
Dr. Stephen Henson | outlen should be int * in out_utf8. |
tree | commitdiff |
2003-08-07 |
Richard Levitte | Correct two problems, found by Martin Kochanski <cardbo... |
tree | commitdiff |
2003-08-06 |
Bodo Möller | add OpenSSL license |
tree | commitdiff |
2003-08-04 |
Richard Levitte | Inclusion of openssl/engine.h should always be wrapped... |
tree | commitdiff |
2003-07-23 |
Dr. Stephen Henson | Avoid clashes with Win32 names in WinCrypt.h |
tree | commitdiff |
2003-07-22 |
Bodo Möller | updates for draft-ietf-tls-ecc-03.txt |
tree | commitdiff |
2003-07-22 |
Bodo Möller | add test for secp160r1 |
tree | commitdiff |
2003-07-21 |
Bodo Möller | new function EC_GROUP_cmp() (used by EVP_PKEY_cmp()) |
tree | commitdiff |
2003-07-04 |
Richard Levitte | Replace CCITT with ITU-T. Keep CCITT around as an... |
tree | commitdiff |
2003-07-04 |
Richard Levitte | The counter is big-endian. Since it comes as an array... |
tree | commitdiff |
2003-07-03 |
Richard Levitte | Oops, I forgot to replace 'counter' with 'ivec' when... |
tree | commitdiff |
2003-07-03 |
Richard Levitte | The 'counter' is really the IV. |
tree | commitdiff |
2003-07-03 |
Richard Levitte | Change AES-CTR to increment the IV by 1 instead of... |
tree | commitdiff |
2003-06-26 |
Richard Levitte | Nils Larsch told me I could remove that variable entirely. |
tree | commitdiff |
2003-06-26 |
Richard Levitte | make update |
tree | commitdiff |
2003-06-26 |
Richard Levitte | Implement missing functions. |
tree | commitdiff |
2003-06-26 |
Richard Levitte | "Remove" unused variable |
tree | commitdiff |
2003-06-26 |
Richard Levitte | The definition of dynamic_ctrl() should change along... |
tree | commitdiff |
2003-06-25 |
Bodo Möller | implement PKCS #8 / SEC1 private key format for ECC |
tree | commitdiff |
2003-06-24 |
Dr. Stephen Henson | Return EOF when an S/MIME part have been read. |
tree | commitdiff |
2003-06-19 |
Richard Levitte | We set the export flag for 512 *bit* keys, not 512... |
tree | commitdiff |
2003-06-19 |
Richard Levitte | dynamic_ctrl() didn't have exactly the same prototype... |
tree | commitdiff |
2003-06-19 |
Richard Levitte | Unsigned vs. signed fixed. |
tree | commitdiff |
2003-06-18 |
Richard Levitte | Add the application data type to the README. |
tree | commitdiff |
2003-06-18 |
Richard Levitte | Missing string and potential memory leaks. |
tree | commitdiff |
2003-06-12 |
Richard Levitte | Slightly better check of attributes. Now, mem_list_nex... |
tree | commitdiff |
2003-06-12 |
Richard Levitte | Beautify |
tree | commitdiff |
2003-06-12 |
Richard Levitte | Do not try to use non-existent gmtime_r() on SunOS4. |
tree | commitdiff |
2003-06-12 |
Richard Levitte | Make sure DSO-dlfcn works properly on SunOS4. |
tree | commitdiff |
2003-06-11 |
Richard Levitte | Add the possibility to have symbols loaded globally... |
tree | commitdiff |
2003-06-11 |
Richard Levitte | Remove unused variable |
tree | commitdiff |
2003-06-11 |
Richard Levitte | Add an entry for X509_TRUST_OBJECT_SIGN in trstandard[]. |
tree | commitdiff |
2003-06-11 |
Richard Levitte | Add functionality to set marks on the error stack and... |
tree | commitdiff |
2003-06-11 |
Richard Levitte | Make sure to NUL-terminate the string on end-of-file... |
tree | commitdiff |
2003-06-10 |
Richard Levitte | The output from AES_cbc_encrypt() should be exact multi... |
tree | commitdiff |
2003-06-04 |
Richard Levitte | Make sure the sigaction structure and fileno function... |
tree | commitdiff |
2003-06-04 |
Richard Levitte | Remove extra ; |
tree | commitdiff |
2003-06-04 |
Richard Levitte | Make sure the function definitions match their declaration. |
tree | commitdiff |
2003-06-04 |
Richard Levitte | Make sure that size_t matches size_t. |
tree | commitdiff |
2003-06-04 |
Dr. Stephen Henson | Really get X509_CRL_CHECK_ALL right this time... |
tree | commitdiff |
2003-06-02 |
Dr. Stephen Henson | Only count 'LF' as EOL in pk7_mime.c, this avoids incorrect |
tree | commitdiff |
2003-06-02 |
Dr. Stephen Henson | Stop checking for CRLF when start of buffer is reached. |
tree | commitdiff |
2003-06-01 |
Dr. Stephen Henson | Various S/MIME bug and compatibility fixes. |
tree | commitdiff |
2003-05-29 |
Richard Levitte | Include openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC... |
tree | commitdiff |
2003-05-29 |
Richard Levitte | Have ASFLAGS be defined the same way as CFLAGS |
tree | commitdiff |
2003-05-29 |
Richard Levitte | PR: 630 |
tree | commitdiff |
2003-05-28 |
Lutz Jänicke | Move header file inclusion to prevent irritation of... |
tree | commitdiff |
2003-05-28 |
Dr. Stephen Henson | PR: 627 |
tree | commitdiff |
2003-05-28 |
Dr. Stephen Henson | PR: 631 |
tree | commitdiff |
2003-05-28 |
Richard Levitte | Make sure to compare unsigned against unsigned. |
tree | commitdiff |
2003-05-21 |
Richard Levitte | Fix sign bugs. |
tree | commitdiff |
2003-05-21 |
Richard Levitte | Correct signedness |
tree | commitdiff |
2003-05-21 |
Richard Levitte | Make sure EC_window_bits_for_scalar_size() returns... |
tree | commitdiff |
2003-05-21 |
Richard Levitte | I have no idea how I cut away that piece of text... |
tree | commitdiff |
2003-05-20 |
Richard Levitte | I don't remember what my thinking was with str_compat... |
tree | commitdiff |
2003-05-20 |
Richard Levitte | Misspelled functions. |
tree | commitdiff |
2003-05-20 |
Richard Levitte | Some misspelled function names. |
tree | commitdiff |
2003-05-19 |
Richard Levitte | Make the function STORE_new_engine() public. |
tree | commitdiff |
2003-05-19 |
Richard Levitte | Remove certain functions |
tree | commitdiff |
2003-05-07 |
Dr. Stephen Henson | Add correct DN entry for serialNumber. |
tree | commitdiff |
2003-05-07 |
Richard Levitte | Define the two authentication parameter types for passp... |
tree | commitdiff |
2003-05-07 |
Richard Levitte | Add the possibility to hand execution parameters (for... |
tree | commitdiff |
2003-05-07 |
Richard Levitte | DO NOT constify RSA* in RSA_sign() and RSA_verify(... |
tree | commitdiff |
2003-05-06 |
Richard Levitte | Add the possibility to store arbitrary data in a STORE. |
tree | commitdiff |
2003-05-05 |
Richard Levitte | Constify RSA_sign() and RSA_verify(). |
tree | commitdiff |
2003-05-03 |
Richard Levitte | Yeah, right, an object file ending with .c, that'll... |
tree | commitdiff |
2003-05-02 |
Dr. Stephen Henson | Make DER option work again. |
tree | commitdiff |
2003-05-02 |
Richard Levitte | It's usually best if the function name matches everywhe... |
tree | commitdiff |
2003-05-01 |
Richard Levitte | STORE was created 2003, darnit! |
tree | commitdiff |
2003-05-01 |
Richard Levitte | Get the year right... |
tree | commitdiff |
2003-05-01 |
Richard Levitte | Provide some extra comments about the STORE_Memory... |
tree | commitdiff |
next |