Age | Commit message (Expand) | Author |
2014-05-24 | Provide bus_space_mmap() | Miod Vallat |
2014-05-24 | Barriers for mips64 | Miod Vallat |
2014-05-24 | Why didn't I use ps_vmspace when I scribbled all over pmap_rmproc()? | Philip Guenther |
2014-05-24 | In ssl_cipher_get_evp(), fix off-by-one in index validation before accessing | Miod Vallat |
2014-05-24 | There is a standalone bootloader now. | Miod Vallat |
2014-05-24 | Delete pointless casts: free() return value to (void), free()'s | Philip Guenther |
2014-05-24 | I'm so sorry to learn that the Diab compiler can't (or used not to) parse C | Miod Vallat |
2014-05-24 | Break annoyingly long line that keeps popping up in diffs. | Kenneth R Westerback |
2014-05-24 | when ktrace() return ESRCH, the error is regarding the pid, not the pathname | Theo de Raadt |
2009-12-11 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2014-05-24 | Use C99 initialisers for SSL3_ENC_METHOD structs. | Joel Sing |
2014-05-24 | Remove the _shadow_ indirection, which is unnecessary in a world without | Joel Sing |
2014-05-24 | KNF. | Joel Sing |
2014-05-24 | More KNF. | Joel Sing |
2014-05-24 | Add the RFC 7027 test vectors; from OpenSSL HEAD | Miod Vallat |
2014-05-24 | KNF. | Joel Sing |
2014-05-24 | Enable three brainpool elliptic curves for TLS, as specified in RFC 7027; | Miod Vallat |
2014-05-24 | Code using malloc() in ssl23_get_client_hello() got removed 12 years ago, | Miod Vallat |
2014-05-24 | Use sizeof(cryptopro_ext) instead of 36 when applicable. | Miod Vallat |
2014-05-24 | Invoke OPENSSL_cleanse() with the size of the variable you are cleaning. | Miod Vallat |
2014-05-24 | We have shared global variables - unifdef OPENSSL_EXPORT_VAR_AS_FUNCTION. | Joel Sing |
2014-05-24 | Move ssltest.c to a regress test. | Joel Sing |
2014-05-24 | Use consistent format specifiers (%lld) and casts (long long) when | Kenneth R Westerback |
2014-05-24 | remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests. | Bob Beck |
2014-05-24 | make this compile again - actually include stdio and friends ourselves. | Bob Beck |
2014-05-24 | Move the regress tests that are in lib/libssl to usr.sbin/openssl, | Joel Sing |
2014-05-24 | Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h. | Joel Sing |
2014-05-24 | Include <openssl/opensslconf.h> - currently ssl.h is relying on it being | Joel Sing |
2014-05-24 | DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more | Joel Sing |
2014-05-24 | Fix typo in EPERM description; the function arg is pgrp, not pgid. | Todd C. Miller |
2014-05-24 | Remove errant double quote; from Jean-Philippe Ouellet | Todd C. Miller |
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-05-24 | Another e_os2.h -> opensslconf.h. | Joel Sing |
2014-05-24 | e_os2.h is not needed here. | Joel Sing |
2014-05-24 | Support for newer run(4) hardware ported from FreeBSD's run(4) driver. | Stefan Sperling |
2014-05-24 | Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (at | Joel Sing |
2014-05-24 | regen | Stefan Sperling |
2014-05-24 | Add device IDs for newer run(4) devices. Obtained from FreeBSD. | Stefan Sperling |
2014-05-24 | Almost nothing actually needs to include <openssl/e_os2.h>, however by | Joel Sing |
2014-05-24 | Expand OPENSSL_{GLOBAL,EXTERN} macros that I missed last time around, | Joel Sing |
2014-05-24 | Spell ssize_t correctly (the incorrect spelling is ossl_ssize_t). | Joel Sing |
2014-05-24 | No OPENSSL_SYS_WINDOWS wanted. | Joel Sing |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-05-24 | Missed #include <signal.h> | Philip Guenther |
2014-05-24 | Make signal setup clearer via helper function, eliminating a gap in | Philip Guenther |
2014-05-24 | Don't potentially use stack garbage for e2d_type. Initialize | Kenneth R Westerback |
2014-05-24 | delete restricted ed. no one will ever use this. never documented or enabled. | Daniel Dickman |
2014-05-23 | Archives written with a non-standard blocksize currently show up as | Philip Guenther |
2014-05-23 | Don't print a "weird flag" type warning "[b2&3=0x2400]" for DNS NOTIFY | Stuart Henderson |