2003-11-29 |
Richard Levitte | Make sure the documentation matches reality. |
commit | commitdiff | tree | snapshot |
2003-11-29 |
Richard Levitte | We're getting a clash with C++ because it has a type... |
commit | commitdiff | tree | snapshot |
2003-11-29 |
Richard Levitte | Add IPSec/IKE/Oakley curves. |
commit | commitdiff | tree | snapshot |
2003-11-29 |
Richard Levitte | Damnit, I'm sick of having to do something special... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Richard Levitte | RSA_size() and DH_size() return the amount of bytes... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Richard Levitte | 1024 is the export key bits limit according to current... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Geoff Thorpe | Get rid of some signed/unsigned comparison warnings. |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Richard Levitte | Make a number of changes to the OS/2 build. Submitter... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Richard Levitte | Move another common functionality (reproduced so far... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Richard Levitte | Let's use text/plain in the example instead of crapy... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Richard Levitte | Forgot to change the declaration of do_subject() to... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Richard Levitte | Move do_subject() to apps.c and rename it to parse_name... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Richard Levitte | Allow multi-valued rdns in subjects. This adds the... |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Richard Levitte | Netware-specific changes, |
commit | commitdiff | tree | snapshot |
2003-11-28 |
Richard Levitte | Change my debugging entries to do fierce BIGNUM debugging. |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Geoff Thorpe | Due to recent debugging bursts, openssl should be more... |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Geoff Thorpe | Fix some handling in bn_word. This also resolves the... |
commit | commitdiff | tree | snapshot |
2003-11-25 |
Geoff Thorpe | Some changes for bn_gf2m.c: better error checking plus... |
commit | commitdiff | tree | snapshot |
2003-11-24 |
Lutz Jänicke | Free "engine" resource in case of failure to prevent... |
commit | commitdiff | tree | snapshot |
2003-11-22 |
Geoff Thorpe | BN_div() cleanup: replace the use of BN_sub and BN_add... |
commit | commitdiff | tree | snapshot |
2003-11-21 |
Geoff Thorpe | Fix a small bug in str_copy: if more than one variable... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Dr. Stephen... | Give CRLDP its standard name. |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Andy Polyakov | hpux64-parisc2-gcc target added. Once it is verified... |
commit | commitdiff | tree | snapshot |
2003-11-20 |
Andy Polyakov | ./config failed to correctly detect if gcc uses 64... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Lutz Jänicke | Make sure to initialize AES counters to obtain proper... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Ulf Möller | re-enable the test, keeping the original method for... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Lutz Jänicke | Catch error condition to prevent NULL pointer dereference. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Lutz Jänicke | Provide ASFLAGS in the subdirectories handling assemble... |
commit | commitdiff | tree | snapshot |
2003-11-16 |
Ulf Möller | The x9.62 tests replace the PRNG with specific numbers, |
commit | commitdiff | tree | snapshot |
2003-11-15 |
Ulf Möller | BN_set_bit() etc should use "unsigned int". |
commit | commitdiff | tree | snapshot |
2003-11-14 |
Richard Levitte | Less restrictive debugging build. |
commit | commitdiff | tree | snapshot |
2003-11-13 |
Geoff Thorpe | This rewrites two "for" loops in BN_rshift() - equality... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Geoff Thorpe | General improvements to the ec_asn1.c code. This squash... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Geoff Thorpe | Avoid possible memory leaks in error-handling. |
commit | commitdiff | tree | snapshot |
2003-11-10 |
Dr. Stephen... | Print out GeneralizedTime and UTCTime in ASN1_STRING_pr... |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Ulf Möller | Geoff suggested a more succinct description for "top". |
commit | commitdiff | tree | snapshot |
2003-11-07 |
Ulf Möller | oops... the description of ->top was inaccurate (the... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Geoff Thorpe | This extends the debugging macros to use "pollution... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Geoff Thorpe | Add debug-screening of input parameters to some functio... |
commit | commitdiff | tree | snapshot |
2003-11-06 |
Geoff Thorpe | Put more debug screening in BN_div() and correct a... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Geoff Thorpe | This is a revert of my previous commit to "improve... |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Ulf Möller | typo in comment |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Ulf Möller | cleanup as discussed with Geoff |
commit | commitdiff | tree | snapshot |
2003-11-05 |
Ulf Möller | Cygwin debugging |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Geoff Thorpe | Put the first stage of my bignum debugging adventures... |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Geoff Thorpe | Avoid some shadowed variable names. |
commit | commitdiff | tree | snapshot |
2003-11-04 |
Geoff Thorpe | This is the least unacceptable way I've found for decla... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Levitte | Engines are usually binary, and should therefore be... |
commit | commitdiff | tree | snapshot |
2003-10-31 |
Richard Levitte | Let exit codes propagate from within for loops. |
commit | commitdiff | tree | snapshot |
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 |
next |