Age | Commit message (Expand) | Author |
2018-11-06 | Flip reversed test in bn_rand_interval(). | Theo Buehler |
2018-11-06 | disable EC_POINT coordinate blinding due to failures in ECDHE and TLS | Theo Buehler |
2018-11-06 | revert use of bn_rand_interval due to failures with ECDHE and TLS | Theo Buehler |
2018-11-06 | Include TLSv1.3 in version handling code. | Joel Sing |
2018-11-06 | Add TLS1_3_VERSION and SSL_OP_NO_TLSv1_3 defines under guards. | Joel Sing |
2018-11-06 | Start working towards adding feature flags (rather than anti-feature flags) | Joel Sing |
2018-11-05 | Make use of bn_rand_interval() where appropriate. | Theo Buehler |
2018-11-05 | Introduce bn_rand_interval() that allows specifying an interval [a, b) | Theo Buehler |
2018-11-05 | Eliminate a few "} else" branches, a few unneeded NULL checks before | Theo Buehler |
2018-11-05 | Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() already | Theo Buehler |
2018-11-05 | Rename the TLS Supported Elliptic Curves extension to Supported Groups. | Joel Sing |
2018-11-05 | Rework the TLS extension handling code to improve readability/flexibility, | Joel Sing |
2018-11-05 | Implement coordinate blinding for EC_POINT. | Theo Buehler |
2018-11-05 | Mention aligned_alloc(), prompted by Brad; ok jmc@ | Otto Moerbeek |
2018-11-05 | aligned_alloc bump | Otto Moerbeek |
2018-11-05 | Implement C11's aligned_alloc(3). ok guenther@ | Otto Moerbeek |
2018-11-05 | Clean up the code that checks if we can choose an EC cipher suite. | Joel Sing |
2018-11-05 | Consolidate all of the SSL method structs/functions into a single file. | Joel Sing |
2018-11-05 | Mop up ecdh_tmp, since it is no longer used. | Joel Sing |
2018-11-04 | Define OPENSSL_NO_ASYNC - our libcryptosink does not have built in async | Joel Sing |
2018-11-04 | Update the opensslfeatures.h to include all of the OPENSSL_NO_* flags that | Joel Sing |
2018-11-04 | add missing NET_RT_TABLE | denis |
2018-11-04 | Reformat and sort the OPENSSL_NO_* defines. | Joel Sing |
2018-11-03 | For correctness, do not read struct servent if getservbyname_r() failed. | Eric Faurot |
2018-11-02 | move X509_get0_serialNumber where it belongs | Theo Buehler |
2018-11-02 | whitespace | Theo Buehler |
2018-10-31 | Add comment to remind people to bump libc++. | Mark Kettenis |
2018-10-31 | typo; fix from hiltjo posthuma | Theo de Raadt |
2018-10-31 | remove a guard in mio_read(), mio_write, sio_read() & sio_write() for a | miko |
2018-10-30 | use Mdocdate; | Jason McIntyre |
2018-10-30 | Add C11's timespec_get(3); minor bump for libc. | Philip Guenther |
2018-10-28 | Correctly deal with upper level unveil's by keeping track of the covering | Bob Beck |
2018-10-26 | remove a misleading comment; ok ratchov@ | miko |
2018-10-24 | Bump libcrypto/libssl/libtls majors due to symbol removals (libcrypto) | Joel Sing |
2018-10-24 | Make more of libssl's record layer state internal. | Joel Sing |
2018-10-24 | Remove a GOST data symbol that should not be exported. | Joel Sing |
2018-10-24 | Remove a bunch of ancient and highly crufty ASN.1 related code from | Joel Sing |
2018-10-24 | Remove stack related macros that should have been nuked when | Joel Sing |
2018-10-22 | More "explicitely" -> "explicitly" in various comments. | Kenneth R Westerback |
2018-10-21 | Switch alpha to futex(2) based condvars, mutexes and semaphores. | Visa Hankala |
2018-10-21 | Add quad-precision floating-point support routines for mips64. | Visa Hankala |
2018-10-21 | Backport libunwind hardware floating point handling for mips64. | Visa Hankala |
2018-10-20 | Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0 | Theo Buehler |
2018-10-20 | RFC 3394 section 2 states that we need at least two 64 bit blocks | Theo Buehler |
2018-10-15 | Switch powerpc to futex(2) based condvars, mutexes and semaphores. | Visa Hankala |
2018-10-13 | Link libc++.so against libc++abi.so such that linking C binaries against | Mark Kettenis |
2018-10-11 | In re_fastputc(), set lastline to the new line, not the previous | Todd C. Miller |
2018-10-09 | Fix a "copy-and-paste" error that Coverity picked up in the augment code | David Gwynne |
2018-10-06 | Insert definitions of environ and __progname in MD_CRT0_START again. | Kenji Aoyama |
2018-10-02 | document that uuid_create generates v4 uuids; from william orr | Jason McIntyre |