Age | Commit message (Expand) | Author |
2014-05-05 | Remove SRP and Kerberos support from libssl. These are complex protocols | Ted Unangst |
2014-05-05 | Enable assembler code for DES. Assembler code for BN is commented out as it | Miod Vallat |
2014-05-04 | Improve line wrapping for lines exceeding 80 chars. | Jim Razmus II |
2014-05-04 | Add missing SEE ALSO section header. | Jim Razmus II |
2014-05-04 | Remove trailing whitespace. | Jim Razmus II |
2014-05-04 | Remove a leading whitespace. | Jim Razmus II |
2014-05-04 | Add missing SEE ALSO section header. | Jim Razmus II |
2014-05-04 | Improve line wrapping for lines exceeding 80 chars. | Jim Razmus II |
2014-05-04 | Remove trailing whitespace. | Jim Razmus II |
2014-05-04 | delete useless test code | Theo de Raadt |
2014-05-04 | Remove trailing whitespace. | Jim Razmus II |
2014-05-04 | i give up. reuse problem is unfixable. dlg says puppet crashes. | Ted Unangst |
2014-05-04 | Enable the assembler code for BN, which was lost quite some time ago. | Miod Vallat |
2014-05-04 | Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc, | Miod Vallat |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2004-04-07 | import openssl-0.9.7d | Markus Friedl |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2014-05-04 | tweak previous; | Jason McIntyre |
2014-05-04 | When kern.nosuidcoredump=3, act like =2 but try to dump cores into | Theo de Raadt |
2014-05-03 | Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-03 | Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-03 | Do not compile the neon probe code until __ARM_ARCH__ >= 7. Neon-specific code | Miod Vallat |
2014-05-03 | typos | Miod Vallat |
2014-05-03 | Correctly enable Montgomery code. | Miod Vallat |
2014-05-03 | now that 5.5 has been released with compatibility for 2b hashes, | Ted Unangst |
2014-05-03 | Add checks for invalid base64 encoded data, specifically relating to the | Joel Sing |
2014-05-03 | 1. Drop support for no minor. This variant doesn't exist anymore. | Ted Unangst |
2014-05-03 | It is definitly not the correct spelling. | Joel Sing |
2014-05-03 | KNF. | Joel Sing |
2014-05-03 | Nuke more defines - we have setvbuf() and _IONBF. | Joel Sing |
2014-05-03 | KNF. | Joel Sing |
2014-05-03 | Noncharacters 0xFFFE and 0xFFFF don't render a UTF-8 string invalid | Stefan Sperling |
2014-05-03 | Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, we | Theo de Raadt |
2014-05-03 | Enable assembler bits for BN (Montgomery), SHA1 and SHA256. | Miod Vallat |
2014-05-03 | Detect Altivec support with the machdep.altivec sysctl rather than setmp and | Miod Vallat |
2014-05-02 | Correctly enable assembler Montgomery routine. | Miod Vallat |
2014-05-02 | More use of 64-bit registers which needs to be disabled under OpenBSD. | Miod Vallat |
2014-05-02 | - Adjust pthread_stackseg_np to return the page aligned addressable stack | Kurt Miller |
2014-05-02 | Correctly enable assembler Montgomery routine. | Miod Vallat |
2014-05-02 | No really, pid 2 isn't special | Philip Guenther |
2014-05-02 | Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputes | Miod Vallat |
2014-05-02 | The assembly sha512 code detects at runtime if it is running on a 64-bit | Miod Vallat |
2014-05-02 | Disable assembler version of SHA512 for now, it produces wrong results. | Miod Vallat |
2014-05-02 | Add ChaCha as a cipher. | Joel Sing |
2014-05-02 | remove crazy #undefs; ok jsing | Theo de Raadt |
2014-05-02 | Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets. | Joel Sing |
2014-05-02 | Sort and group includes. We also do not need to include openssl/evp.h more | Joel Sing |
2014-05-02 | Sort function prototypes and group/sort entries within the functions array. | Joel Sing |
2014-05-02 | The page daemon no longer has a fixed PID. ok kettenis@ jmc@ | Jeremie Courreges-Anglas |