2003-10-31 |
Geoff Thorpe | bn_div() does some pretty nasty things with temporary... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Geoff Thorpe | When a BN_CTX is used for temporary workspace, the... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
Geoff Thorpe | This fixes a couple of cases where an inconsistent... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | make update |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Tighten up my compiler settings. |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Remove a line that was causing redundant declarations. |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Copy-n-paste bug (don't mix variable declarations and... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Oops, this file already had the "empty source file... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Make md32_common.h friendlier to compiler warnings. |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Some provisional bignum debugging has begun to detect... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | A general spring-cleaning (in autumn) to fix up signed... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | BN_CTX is opaque and the static initialiser BN_CTX_init... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Richard Levitte | Removing those memcpy()s also took away the possibility... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | remove accidentally committed debugging cruft. |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Remove an unnecessary cast that causes certain compiler... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Remove redundant declaration. |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Relax some over-zealous constification that gave some... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Comments out some unimplemented functions instead of... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Avoid "empty source file" warnings. |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | For whatever reason (compiler or header bugs), at least... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | Update any code that was using deprecated functions... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | When OPENSSL_NO_DEPRECATED is defined, deprecated funct... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
Geoff Thorpe | The "cryptodev" engine preprocessor logic used undefine... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Geoff Thorpe | Add my own debug config target. |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Geoff Thorpe | make update |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Geoff Thorpe | Ignore derived file. |
commit | commitdiff | tree | snapshot |
2003-10-28 |
Geoff Thorpe | crypto/evp/evptests.txt is copied to tests/ rather... |
commit | commitdiff | tree | snapshot |
2003-10-24 |
Geoff Thorpe | Remove duplicate prototypes have already been (correctl... |
commit | commitdiff | tree | snapshot |
2003-10-15 |
Richard Levitte | Correct serious bug in AES-CBC decryption when the... |
commit | commitdiff | tree | snapshot |
2003-10-13 |
Richard Levitte | The object file is o_str.o, not o_str.c. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Dr. Stephen... | Add support for digested data PKCS#7 type. |
commit | commitdiff | tree | snapshot |
2003-10-11 |
Dr. Stephen... | Simplify cipher and digest lookup in PKCS#7 code. |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Dr. Stephen... | New function to initialize a PKCS7 structure of type... |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Dr. Stephen... | Initialize digested data type in PKCS7_set_type(). |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Dr. Stephen... | Retrieve correct content to sign when the |
commit | commitdiff | tree | snapshot |
2003-10-10 |
Dr. Stephen... | Avoid warnings: add missing prototype, don't shadow. |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Richard Levitte | In realloc, don't destroy the old memory area if a... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Richard Levitte | s_client should inform the user of any compression... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Richard Levitte | Add functionality to get information on compression... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Richard Levitte | Make sure int SSL_COMP_add_compression_method() checks... |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Richard Levitte | Setting the ex_data index is unsafe in a threaded envir... |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Richard Levitte | Remove unused code, don't use zlib functions that are... |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Richard Levitte | Check for errors from SSL_COMP_add_compression_method(). |
commit | commitdiff | tree | snapshot |
2003-10-02 |
Richard Levitte | Correct a mixup of return values |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Richard Levitte | Include e_os.h to get a proper definition of memmove... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Richard Levitte | Corrected misplacement of one of the greps... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Richard Levitte | Remove leading and trailing spaces and tabs |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Richard Levitte | Avoid 'file names' with spaces |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Richard Levitte | Use correct case for manual page references |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Richard Levitte | Correct incorrect mode bits change. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Richard Levitte | Correct buggy PODs (missing commas and a prepended... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Dr. Stephen... | ASN1 parse fix and release file changes. |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Richard Levitte | Further VxWorks changes from Bob Bradley <bob@chaoticso... |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Richard Levitte | Synchronise util/libeay.num with the 0.9.7-stable one. |
commit | commitdiff | tree | snapshot |
2003-09-28 |
Richard Levitte | Uhmm, It seem to have forgotten one file when I committ... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Richard Levitte | Change the indentation from 12 to indent+4. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Richard Levitte | Make MD5 assembler code able to handle messages larger... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Richard Levitte | Selected changes for MSDOS, contributed by Gisle Vanem... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Richard Levitte | Add reference counting around the thread state hash... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Richard Levitte | Have ssl3_ssl3_send_client_verify() change the state... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Richard Levitte | Have ssl3_send_certificate_request() change the state... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Richard Levitte | Include the instance in the Kerberos ticket information. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Richard Levitte | Correct small documentation error. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Richard Levitte | Free the Kerberos context upon freeing the SSL. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Richard Levitte | Add necessary changes to be able to build on VxWorks... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Ralf S. Engelschall | Fix prime generation loop in crypto/bn/bn_prime.pl... |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Dr. Stephen... | Add -passin support to rsautl |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Dr. Stephen... | In order to get the expected self signed error when |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Dr. Stephen... | Typos. |
commit | commitdiff | tree | snapshot |
2003-09-09 |
Richard Levitte | Generalise the definition of strcasecmp() and strncasec... |
commit | commitdiff | tree | snapshot |
2003-09-08 |
Geoff Thorpe | These should be write-locks, not read-locks. |
commit | commitdiff | tree | snapshot |
2003-09-04 |
Bodo Möller | certain changes have to be listed twice in this file... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Dr. Stephen... | New -ignore_err option in ocsp application to stop... |
commit | commitdiff | tree | snapshot |
2003-09-03 |
Dr. Stephen... | Only accept a client certificate if the server requests |
commit | commitdiff | tree | snapshot |
2003-08-21 |
Dr. Stephen... | outlen should be int * in out_utf8. |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Bodo Möller | fix out-of-bounds check in lock_dbg_cb (was too lose... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Bodo Möller | make sure no error is left in the queue that is intenti... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Richard Levitte | Correct two problems, found by Martin Kochanski <cardbo... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Bodo Möller | add OpenSSL license |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Richard Levitte | Inclusion of openssl/engine.h should always be wrapped... |
commit | commitdiff | tree | snapshot |
2003-07-23 |
Dr. Stephen... | Avoid clashes with Win32 names in WinCrypt.h |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Bodo Möller | updates for draft-ietf-tls-ecc-03.txt |
commit | commitdiff | tree | snapshot |
2003-07-22 |
Bodo Möller | add test for secp160r1 |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Bodo Möller | tolerate extra data at end of client hello for SSL 3.0 |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Bodo Möller | fix: 0.9.7 is based on 0.9.6h, not on 0.9.6k |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Bodo Möller | new function EC_GROUP_cmp() (used by EVP_PKEY_cmp()) |
commit | commitdiff | tree | snapshot |
2003-07-21 |
Bodo Möller | manpages for 'openssl ec' and 'openssl ecparam' |
commit | commitdiff | tree | snapshot |
2003-07-10 |
Richard Levitte | A document that has a very rough description of the... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Richard Levitte | Replace CCITT with ITU-T. Keep CCITT around as an... |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Richard Levitte | Make sure openssl.pc is readable by everyone. |
commit | commitdiff | tree | snapshot |
2003-07-04 |
Richard Levitte | The counter is big-endian. Since it comes as an array... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Richard Levitte | Oops, I forgot to replace 'counter' with 'ivec' when... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Richard Levitte | Add -issuer_hash and make -subject_hash the default... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Richard Levitte | The convenience argumetn for -nameopt and -certopt... |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Richard Levitte | The 'counter' is really the IV. |
commit | commitdiff | tree | snapshot |
2003-07-03 |
Richard Levitte | Change AES-CTR to increment the IV by 1 instead of... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Lutz Jänicke | Clarify wording of verify_callback() behaviour. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Richard Levitte | Only remove old files if they exist. [Maing32]. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Richard Levitte | Nils Larsch told me I could remove that variable entirely. |
commit | commitdiff | tree | snapshot |
next |