Age | Commit message (Expand) | Author |
2014-04-15 | Just like every web browser expands until it can read mail, every modular | Miod Vallat |
2014-04-15 | remove FIPS mode support. people who require FIPS can buy something that | Ted Unangst |
2014-04-15 | Go home, VMS, you're drunk | Miod Vallat |
2014-04-15 | remove FIPS mode support. people who require FIPS can buy something that | Ted Unangst |
2014-04-15 | In EC_POINT_invert(), actually check the correct function pointer for NULL | Miod Vallat |
2014-04-15 | No licence. | Miod Vallat |
2014-04-15 | Moved to regress/lib/libcrypto. | Miod Vallat |
2014-04-15 | Remove the GOST engine: It is not compiled or used and depends on the | Reyk Floeter |
2014-04-15 | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | Bob Beck |
2014-04-15 | Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio. | Joel Sing |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATH | Bob Beck |
2014-04-15 | Remove VMS code. | Joel Sing |
2014-04-15 | Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping the | Miod Vallat |
2014-04-15 | remove a test directory. If anyone wants something this again, this is | Theo de Raadt |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | remove pentium specific benchmark code | Jonathan Gray |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | correct cases of code occuring directly after goto/break/return | Jonathan Gray |
2014-04-14 | revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downside | Stuart Henderson |
2014-04-14 | Flense all use of BIO_snprintf from ssl source - use the real one instead, | Bob Beck |
2014-04-14 | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | Ted Unangst |
2014-04-14 | Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); move | Miod Vallat |
2014-04-14 | used for windows dll builds only | Miod Vallat |
2014-04-14 | unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was the | Miod Vallat |
2014-04-14 | So the OpenSSL codebase does "get the time, add it as a random seed" | Theo de Raadt |
2014-04-14 | convert the use of OPENSSL_DIR_XXX functions to opendir() and frends. | Bob Beck |
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 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | Remove the CAPI engine: It is a backend for the Windows CryptoAPI and | Reyk Floeter |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@, | Stuart Henderson |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | Revert previous. I don't known why cvs blame tells me I committed this, | Martin Pieuchot |
2014-04-14 | Revert to 1.1 minus the VMS stuff, I accidentally committed this chunk | Martin Pieuchot |
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-14 | Don't bother compiling files which end up containing | Miod Vallat |
2014-04-14 | remove last vestiges of OPENSSL_SYS_XXX from src/ssl | Bob Beck |
2014-04-14 | two SHUTDOWN2 got away; noticed by beck | Theo de Raadt |