- 25a66ee Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h by Andy Polyakov · 20 years ago
- bc3cae7 Include error library value in C error source files instead of fixing up by Dr. Stephen Henson · 20 years ago
- 70f34a5 some const fixes and cleanup by Nils Larsch · 20 years ago
- 41a15c4 Give everything prototypes (well, everything that's actually used). by Ben Laurie · 20 years ago
- a25aca2 Oops, wrong version... by Dr. Stephen Henson · 21 years ago
- 48c5248 Add FIPS library name to error routines. by Dr. Stephen Henson · 21 years ago
- a5e8bcf We're passed p, so let's use p instead of making assumptions. by Richard Levitte · 21 years ago
- d420ac2 Use BUF_strlcpy() instead of strcpy(). by Richard Levitte · 21 years ago
- 11171f3 Add reference counting around the thread state hash table. by Richard Levitte · 22 years ago
- c78b4f1 Remove unused variable by Richard Levitte · 22 years ago
- 54f6451 Add functionality to set marks on the error stack and to pop all errors to the next mark. by Richard Levitte · 22 years ago
- 758f942 Make the no-err option work properly by Richard Levitte · 22 years ago
- 819ff32 New error code ERR_R_DISABLED by Bodo Möller · 23 years ago
- d15711e Handle read errors. by Ben Laurie · 23 years ago
- 016029c For some reason, getting the topmost error was done the same way as by Richard Levitte · 23 years ago
- 273db40 sort functions ... by Bodo Möller · 23 years ago
- a14e2d9 New functions by Bodo Möller · 23 years ago
- 0fc5cf0 Make no config file not an error. Move /dev/crypto config to ctrl. by Ben Laurie · 23 years ago
- 98c2a26 In case of memory problems, the va_start() wasn't cleaned with a va_end(). by Richard Levitte · 24 years ago
- 9f29ec4 fix memory leak (I think) by Bodo Möller · 24 years ago
- 78f7923 Totally get rid of CRYPTO_LOCK_ERR_HASH. by Bodo Möller · 24 years ago
- e4decc4 typo by Bodo Möller · 24 years ago
- cf5bfbf Now that we have ERR_unload_strings(), ERR_load_ERR_strings() must by Bodo Möller · 24 years ago
- 567fef8 changing something requires a write lock, not a read lock by Bodo Möller · 24 years ago
- 1738bb6 Add a new ERR function, "ERR_unload_strings", to complement the existing by Geoff Thorpe · 24 years ago
- 566bdf2 This changes the "ERR" code to have all access to state (a hash table of by Geoff Thorpe · 24 years ago
- 5d80941 More error_data memory leaks by Bodo Möller · 24 years ago
- d3ee37c Use err_clear_data macro by Bodo Möller · 24 years ago
- f51cf14 fix memory leak in err.c by Bodo Möller · 24 years ago
- 5277d7c Fix ERR_R_... problems. by Bodo Möller · 24 years ago
- 65e8167 Move ec.h to ec2.h because it is not compatible with what we will use. by Bodo Möller · 24 years ago
- bc36ee6 Use new-style system-id macros everywhere possible. I hope I haven't by Richard Levitte · 24 years ago
- cf1b7d9 Make all configuration macros available for application by making by Richard Levitte · 24 years ago
- 8e96183 Modify OCSP API to more closely reflect application needs. by Dr. Stephen Henson · 24 years ago
- 8d28d5f Constification of the data of a hash table. This means the callback by Richard Levitte · 24 years ago
- d0fa136 Next step in tidying up the LHASH code. by Geoff Thorpe · 24 years ago
- 97b1719 Make the remaining LHASH macro changes. This should leave no remaining by Geoff Thorpe · 24 years ago
- 385d813 First step in tidying up the LHASH code. The callback prototypes (and by Geoff Thorpe · 24 years ago
- 5270e70 Merge the engine branch into the main trunk. All conflicts resolved. by Richard Levitte · 24 years ago
- 065866b Use the passed buffer in ERR_error_string! by Ben Laurie · 25 years ago
- 033d001 Fix warnings. by Dr. Stephen Henson · 25 years ago
- 34f0fe9 Avoid a race condition if another thread happens to remove the error by Richard Levitte · 25 years ago
- 2d78960 Bugfix: use write locks, not just read locks by Bodo Möller · 25 years ago
- 26a3a48 There have been a number of complaints from a number of sources that names by Richard Levitte · 25 years ago
- b4b41f4 Add DSA library string. Workaround for IIS .key file invalid ASN1 encoding. by Dr. Stephen Henson · 25 years ago
- aa9fb57 Initialise. by Richard Levitte · 25 years ago
- dcba253 Avoid leaking memory in thread_hash (and enable memory leak detection for it). by Bodo Möller · 25 years ago
- e5c84d5 New function ERR_error_string_n. by Bodo Möller · 25 years ago
- 9ec0126 This commit ties the new DSO code (crypto/dso/) into the build for a by Geoff Thorpe · 25 years ago
- 0a150c5 Generate correct error reasons strings for SYSerr. by Bodo Möller · 25 years ago
- 657e60f ispell (and minor modifications) by Ulf Möller · 25 years ago
- 9d1a01b Source code cleanups: Use void * rather than char * in lhash, by Ulf Möller · 25 years ago
- eb95208 Precautions against using the PRNG uninitialized: RAND_bytes() now by Ulf Möller · 25 years ago
- a40f6dc correct error signalling for opendir() failure by Bodo Möller · 26 years ago
- d9f0016 typo in string by Bodo Möller · 26 years ago
- b1c4fe3 Don't mix real tabs with tabs expanded as 8 spaces -- that's by Bodo Möller · 26 years ago
- a53955d Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress). by Ulf Möller · 26 years ago
- 4565c3e Use ANSI stdarg. by Ulf Möller · 26 years ago
- a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
- ec57782 Change #include filenames from <foo.h> to <openssl.h>. by Bodo Möller · 26 years ago
- 6b691a5 Change functions to ANSI C. by Ulf Möller · 26 years ago
- e778802 Massive constification. by Ben Laurie · 26 years ago
- 67d5ac0 Various PKCS#12 related tidies and fixes: it might even compile now :-) by Dr. Stephen Henson · 26 years ago
- 834eeef Continuing adding X509 V3 support. This starts to integrate the code with by Dr. Stephen Henson · 26 years ago
- e03ddfa Accept NULL in *_free. by Ben Laurie · 26 years ago
- dfeab06 Import of old SSLeay release: SSLeay 0.9.1b (unreleased) by Ralf S. Engelschall · 26 years ago
- 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
- d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago