Age | Commit message (Expand) | Author |
2014-07-09 | remove unused dynamic_cmd_defns_empty structure. | Brent Cook |
2014-06-29 | correct issetugid sense as spotted by Stijn van Drongelen. | Theo de Raadt |
2014-06-23 | Since this is a library, place issetugid() before every getenv() | Theo de Raadt |
2014-06-22 | More KNF. | Joel Sing |
2014-06-22 | KNF. | Joel Sing |
2014-06-22 | KNF. | Joel Sing |
2014-06-22 | More KNF. | Joel Sing |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-11 | c-file-style hints, begone; ok beck | Theo de Raadt |
2014-06-10 | Abandon the auto-ENGINE /dev/crypto interface. VIA 3des cbc receives | Theo de Raadt |
2014-06-10 | KNF. | Joel Sing |
2014-06-10 | KNF. | Joel Sing |
2014-06-09 | use memset instead of bzero | Theo de Raadt |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-06-02 | A few months back there was a big community fuss regarding direct-use | Theo de Raadt |
2014-05-30 | more: no need for null check before free | Theo de Raadt |
2014-05-30 | no need for null check before free. from Brendan MacDonell | Ted Unangst |
2014-05-29 | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | Theo de Raadt |
2014-05-22 | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | Miod Vallat |
2014-05-22 | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the | Joel Sing |
2014-05-08 | kill some more VMS ifdefs | Giovanni Bechis |
2014-05-07 | add additional includes from eng_cryptodev.c | Jonathan Gray |
2014-04-28 | Remove WIN32, WIN64 and MINGW32 tentacles. | Miod Vallat |
2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and | Miod Vallat |
2014-04-27 | Put explicit (void) in function declarations and shuffle keywords in some | Miod Vallat |
2014-04-26 | Replace all use of ERR_add_error_data with ERR_asprintf_error_data. | Bob Beck |
2014-04-23 | Make libssl and libcrypto compile with -Werror | Bob Beck |
2014-04-20 | Restore beck's rev 1.3: snprintf() was reviewed | Philip Guenther |
2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that | Philip Guenther |
2014-04-17 | kill REF_PRINT/REF_CHECK debugging framework noone would use | Theo de Raadt |
2014-04-17 | Get rid of MS Visual C compiler and Intel C compiler specific defines. | Miod Vallat |
2014-04-17 | fix BIO_snprintf usage in here. | Bob Beck |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-17 | move enginetest to regress as was done with the other tests | Jonathan Gray |
2014-04-15 | we don't use these files for building | Ted Unangst |
2014-04-15 | Remove the GOST engine: It is not compiled or used and depends on the | Reyk Floeter |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |
2014-04-14 | Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); move | Miod Vallat |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-14 | Remove the GMP engine: It was an experimental engine using libgmp as | Reyk Floeter |
2014-04-14 | Remove the CAPI engine: It is a backend for the Windows CryptoAPI and | Reyk Floeter |
2014-04-14 | Remove the nuron engine. The static engine is not standalone and the | Reyk Floeter |
2014-04-14 | Remove the nCipher CHIL engine. It is not standalone and depends on | Reyk Floeter |
2014-04-13 | Cope with the removal of openssl/symhacks.h | Theo de Raadt |
2014-04-13 | Remove the AEP engine: it is not standalone and doesn't seem to be | Reyk Floeter |
2014-04-13 | Remove the Atalla engine: It is not standalone and depends on external | Reyk Floeter |
2014-04-13 | Remove the cswift engine: it is not standalone and we don't have the | Reyk Floeter |
2014-04-13 | Remove the "sureware" engine: | Reyk Floeter |
2014-04-13 | Remove the Broadcom ubsec engine: | Reyk Floeter |
2014-04-13 | Remove the IBM 4758 engine: we don't have this hardware and it is an | Reyk Floeter |