2001-09-24 |
Richard Levitte | In case of memory problems, the va_start() wasn't clean... |
tree | commitdiff |
2001-09-12 |
Geoff Thorpe | ENGINE files were renamed, and error strings are now... |
tree | commitdiff |
2001-09-10 |
Bodo Möller | fix memory leak (I think) |
tree | commitdiff |
2001-09-10 |
Bodo Möller | remove an old comment |
tree | commitdiff |
2001-09-06 |
Bodo Möller | Totally get rid of CRYPTO_LOCK_ERR_HASH. |
tree | commitdiff |
2001-09-04 |
Bodo Möller | typo |
tree | commitdiff |
2001-09-04 |
Bodo Möller | Now that we have ERR_unload_strings(), ERR_load_ERR_str... |
tree | commitdiff |
2001-09-04 |
Bodo Möller | changing something requires a write lock, not a read... |
tree | commitdiff |
2001-09-03 |
Geoff Thorpe | Add a new ERR function, "ERR_unload_strings", to comple... |
tree | commitdiff |
2001-08-25 |
Geoff Thorpe | This changes the "ERR" code to have all access to state... |
tree | commitdiff |
2001-08-05 |
Ben Laurie | Start to reduce some of the header bloat. |
tree | commitdiff |
2001-07-31 |
Richard Levitte | make update |
tree | commitdiff |
2001-07-30 |
Ben Laurie | Really add the EVP and all of the DES changes. |
tree | commitdiff |
2001-06-25 |
Bodo Möller | Translate into valid C (don't call functions with wrong... |
tree | commitdiff |
2001-06-23 |
Richard Levitte | make update |
tree | commitdiff |
2001-06-23 |
Richard Levitte | New error printing function that gives the possibility... |
tree | commitdiff |
2001-06-23 |
Richard Levitte | Include the UI error strings. |
tree | commitdiff |
2001-06-05 |
Richard Levitte | 'make update' |
tree | commitdiff |
2001-05-06 |
Richard Levitte | Add a general user interface API. This is designed... |
tree | commitdiff |
2001-03-15 |
Bodo Möller | More error_data memory leaks |
tree | commitdiff |
2001-03-13 |
Bodo Möller | Use err_clear_data macro |
tree | commitdiff |
2001-03-12 |
Bodo Möller | fix memory leak in err.c |
tree | commitdiff |
2001-03-09 |
Bodo Möller | Instead of telling both 'make' and the user that ranlib |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Fixes to make 'no-ec' work (it should not turn 'objects... |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Integrate ec_err.[co]. |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Sort openssl.ec, the configuration file for mkerr.pl. |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Order ERR_load_... calls like the stuff in err.h. |
tree | commitdiff |
2001-03-08 |
Bodo Möller | Get rid of '#define ERR_file_name __FILE__', which... |
tree | commitdiff |
2001-03-07 |
Bodo Möller | Fix ERR_R_... problems. |
tree | commitdiff |
2001-03-05 |
Bodo Möller | Move ec.h to ec2.h because it is not compatible with... |
tree | commitdiff |
2001-02-26 |
Richard Levitte | make update |
tree | commitdiff |
2001-02-22 |
Richard Levitte | e_os.h does not belong with the exported headers. ... |
tree | commitdiff |
2001-02-20 |
Richard Levitte | Use new-style system-id macros everywhere possible... |
tree | commitdiff |
2001-02-19 |
Richard Levitte | Make all configuration macros available for application... |
tree | commitdiff |
2001-02-04 |
Ben Laurie | Make depend. |
tree | commitdiff |
2001-01-05 |
Dr. Stephen Henson | Modify OCSP API to more closely reflect |
tree | commitdiff |
2001-01-04 |
Dr. Stephen Henson | Fix typo in OCSP nonce extension. |
tree | commitdiff |
2000-12-13 |
Richard Levitte | Constification of the data of a hash table. This means... |
tree | commitdiff |
2000-12-08 |
Geoff Thorpe | Next step in tidying up the LHASH code. |
tree | commitdiff |
2000-12-04 |
Geoff Thorpe | Make the remaining LHASH macro changes. This should... |
tree | commitdiff |
2000-12-01 |
Geoff Thorpe | First step in tidying up the LHASH code. The callback... |
tree | commitdiff |
2000-11-12 |
Ulf Möller | in some new file names the first 8 characters were... |
tree | commitdiff |
2000-11-08 |
Richard Levitte | Remove references to RSAref. The glue library is but... |
tree | commitdiff |
2000-10-27 |
Richard Levitte | The majority of the OCSP code from CertCo. |
tree | commitdiff |
2000-10-26 |
Richard Levitte | Merge the engine branch into the main trunk. All confl... |
tree | commitdiff |
2000-10-14 |
Richard Levitte | The experimental Rijndael code moved to the main trunk. |
tree | commitdiff |
2000-09-25 |
Richard Levitte | 'ranlib' doesn't always run on some systems. That... |
tree | commitdiff |
2000-09-07 |
Richard Levitte | 'make update' |
tree | commitdiff |
2000-08-28 |
Ben Laurie | Use the passed buffer in ERR_error_string! |
tree | commitdiff |
2000-08-14 |
Richard Levitte | MD4 implemented. Assar Westerlund provided the digest... |
tree | commitdiff |
2000-07-26 |
Dr. Stephen Henson | Fix warnings. |
tree | commitdiff |
2000-07-25 |
Richard Levitte | Avoid a race condition if another thread happens to... |
tree | commitdiff |
2000-07-21 |
Bodo Möller | Bugfix: use write locks, not just read locks |
tree | commitdiff |
2000-07-05 |
Richard Levitte | I got sick and tired of having to keep track of NIDs... |
tree | commitdiff |
2000-06-09 |
Richard Levitte | Using checks of the existence of HEADER_{foo}_H in... |
tree | commitdiff |
2000-06-04 |
Richard Levitte | According to Gordon Atwood <gordon@cs.ualberta.ca>... |
tree | commitdiff |
2000-06-01 |
Richard Levitte | There have been a number of complaints from a number... |
tree | commitdiff |
2000-05-24 |
Dr. Stephen Henson | Add DSA library string. Workaround for IIS .key file... |
tree | commitdiff |
2000-05-02 |
Richard Levitte | Initialise. |
tree | commitdiff |
2000-05-02 |
Richard Levitte | In Message-ID: <003201bfb332$14a07520$0801a8c0@janm... |
tree | commitdiff |
2000-04-29 |
Bodo Möller | Avoid leaking memory in thread_hash (and enable memory... |
tree | commitdiff |
2000-04-14 |
Bodo Möller | New function ERR_error_string_n. |
tree | commitdiff |
2000-04-09 |
Richard Levitte | "make update" |
tree | commitdiff |
2000-04-04 |
Geoff Thorpe | This commit ties the new DSO code (crypto/dso/) into... |
tree | commitdiff |
2000-03-04 |
Bodo Möller | Generate correct error reasons strings for SYSerr. |
tree | commitdiff |
2000-02-25 |
Dr. Stephen Henson | Allow code which calls RSA temp key callback to cope |
tree | commitdiff |
2000-02-05 |
Bodo Möller | Cosmetic changes. |
tree | commitdiff |
2000-02-03 |
Ulf Möller | ispell (and minor modifications) |
tree | commitdiff |
2000-01-30 |
Ulf Möller | Source code cleanups: Use void * rather than char ... |
tree | commitdiff |
2000-01-23 |
Dr. Stephen Henson | Tidy up CRYPTO_EX_DATA structures. |
tree | commitdiff |
2000-01-14 |
Bodo Möller | Avoid some warnings, and run "make update". |
tree | commitdiff |
2000-01-13 |
Ulf Möller | Precautions against using the PRNG uninitialized: RAND_... |
tree | commitdiff |
1999-07-30 |
Bodo Möller | correct error signalling for opendir() failure |
tree | commitdiff |
1999-07-12 |
Bodo Möller | typo in string |
tree | commitdiff |
1999-06-07 |
Bodo Möller | Don't mix real tabs with tabs expanded as 8 spaces... |
tree | commitdiff |
1999-06-04 |
Ulf Möller | Support the EBCDIC character set and BS2000/OSD-POSIX... |
tree | commitdiff |
1999-05-21 |
Bodo Möller | It was a very bad idea to use #include "../e_os.h"... |
tree | commitdiff |
1999-05-20 |
Bodo Möller | Add a kludge :-( |
tree | commitdiff |
1999-05-20 |
Bodo Möller | Don't install e_os.h in include/openssl, use it only... |
tree | commitdiff |
1999-05-15 |
Bodo Möller | Update dependencies. |
tree | commitdiff |
1999-05-13 |
Ben Laurie | Update dependencies. |
tree | commitdiff |
1999-05-05 |
Ulf Möller | Use ANSI stdarg. |
tree | commitdiff |
1999-04-29 |
Bodo Möller | Support INSTALL_PREFIX for packagers. |
tree | commitdiff |
1999-04-29 |
Ulf Möller | Ignore Makefile.save |
tree | commitdiff |
1999-04-29 |
Bodo Möller | Obey $(PERL) when running util/mklink.pl. |
tree | commitdiff |
1999-04-28 |
Bodo Möller | Use util/mklink.pl instead of util/mklink.sh. |
tree | commitdiff |
1999-04-27 |
Ulf Möller | New Configure option no-<cipher> (rsa, idea, rc5, ... |
tree | commitdiff |
1999-04-26 |
Ulf Möller | Remove NOPROTO definitions and error code comments. |
tree | commitdiff |
1999-04-25 |
Dr. Stephen Henson | Various header consistency fixes. |
tree | commitdiff |
1999-04-25 |
Bodo Möller | Removed traces of cryptall.h, and did a "make depend". |
tree | commitdiff |
1999-04-24 |
Bodo Möller | Fix header files so that any one can be included first. |
tree | commitdiff |
1999-04-24 |
Ulf Möller | Replaced by mkerr.pl |
tree | commitdiff |
1999-04-24 |
Dr. Stephen Henson | Complete rewrite of the error code generation script... |
tree | commitdiff |
1999-04-23 |
Bodo Möller | Submitted by: |
tree | commitdiff |
1999-04-23 |
Bodo Möller | "make depend" |
tree | commitdiff |
1999-04-23 |
Bodo Möller | Change #include filenames from <foo.h> to <openssl.h>. |
tree | commitdiff |
1999-04-23 |
Ben Laurie | Work with -pedantic! |
tree | commitdiff |
1999-04-19 |
Ulf Möller | Change functions to ANSI C. |
tree | commitdiff |
1999-04-17 |
Ben Laurie | Massive constification. |
tree | commitdiff |
1999-04-12 |
Ben Laurie | Add type-safe STACKs and SETs. |
tree | commitdiff |
next |