| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 9 | -12/+27 |
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 8 | -9/+24 |
* | remove unused dynamic_cmd_defns_empty structure. | bcook | 2014-07-09 | 1 | -4/+1 |
* | correct issetugid sense as spotted by Stijn van Drongelen. | deraadt | 2014-06-29 | 1 | -3/+7 |
* | Since this is a library, place issetugid() before every getenv() | deraadt | 2014-06-23 | 1 | -2/+3 |
* | More KNF. | jsing | 2014-06-22 | 1 | -5/+5 |
* | KNF. | jsing | 2014-06-22 | 3 | -208/+203 |
* | KNF. | jsing | 2014-06-22 | 6 | -961/+1081 |
* | More KNF. | jsing | 2014-06-22 | 3 | -9/+9 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 28 | -15/+28 |
* | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 1 | -1/+1 |
* | Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives | deraadt | 2014-06-10 | 3 | -1365/+1 |
* | KNF. | jsing | 2014-06-10 | 8 | -756/+756 |
* | KNF. | jsing | 2014-06-10 | 11 | -435/+516 |
* | use memset instead of bzero | deraadt | 2014-06-09 | 1 | -2/+2 |
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 2 | -4/+3 |
* | A few months back there was a big community fuss regarding direct-use | deraadt | 2014-06-02 | 3 | -143/+0 |
* | more: no need for null check before free | deraadt | 2014-05-30 | 1 | -8/+4 |
* | no need for null check before free. from Brendan MacDonell | tedu | 2014-05-30 | 1 | -2/+1 |
* | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | deraadt | 2014-05-29 | 1 | -1/+1 |
* | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 1 | -2/+1 |
* | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the | jsing | 2014-05-22 | 2 | -6/+6 |
* | kill some more VMS ifdefs | giovanni | 2014-05-08 | 1 | -4/+0 |
* | add additional includes from eng_cryptodev.c | jsg | 2014-05-07 | 1 | -0/+5 |
* | Remove WIN32, WIN64 and MINGW32 tentacles. | miod | 2014-04-28 | 3 | -14/+1 |
* | Use C99 initializers for the various FOO_METHOD structs. More readable, and | miod | 2014-04-27 | 4 | -62/+17 |
* | Put explicit (void) in function declarations and shuffle keywords in some | miod | 2014-04-27 | 10 | -10/+10 |
* | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | beck | 2014-04-26 | 3 | -6/+6 |
* | Make libssl and libcrypto compile with -Werror | beck | 2014-04-23 | 1 | -1/+1 |
* | Restore beck's rev 1.3: snprintf() was reviewed | guenther | 2014-04-20 | 1 | -1/+1 |
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -1/+1 |
* | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 2 | -14/+2 |
* | Get rid of MS Visual C compiler and Intel C compiler specific defines. | miod | 2014-04-17 | 1 | -132/+1 |
* | fix BIO_snprintf usage in here. | beck | 2014-04-17 | 1 | -8/+19 |
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 4 | -20/+20 |
* | move enginetest to regress as was done with the other tests | jsg | 2014-04-17 | 1 | -283/+0 |
* | we don't use these files for building | tedu | 2014-04-15 | 1 | -91/+0 |
* | Remove the GOST engine: It is not compiled or used and depends on the | reyk | 2014-04-15 | 2 | -6/+0 |
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -1/+1 |
* | Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); move | miod | 2014-04-14 | 4 | -1460/+38 |
* | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -362/+0 |
* | Remove the GMP engine: It was an experimental engine using libgmp as | reyk | 2014-04-14 | 2 | -6/+0 |
* | Remove the CAPI engine: It is a backend for the Windows CryptoAPI and | reyk | 2014-04-14 | 2 | -4/+0 |
* | Remove the nuron engine. The static engine is not standalone and the | reyk | 2014-04-14 | 2 | -4/+0 |
* | Remove the nCipher CHIL engine. It is not standalone and depends on | reyk | 2014-04-14 | 2 | -20/+0 |
* | Cope with the removal of openssl/symhacks.h | deraadt | 2014-04-13 | 1 | -1/+0 |
* | Remove the AEP engine: it is not standalone and doesn't seem to be | reyk | 2014-04-13 | 2 | -4/+0 |
* | Remove the Atalla engine: It is not standalone and depends on external | reyk | 2014-04-13 | 2 | -4/+0 |
* | Remove the cswift engine: it is not standalone and we don't have the | reyk | 2014-04-13 | 2 | -4/+0 |
* | Remove the "sureware" engine: | reyk | 2014-04-13 | 2 | -4/+0 |