| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add stack frames to AES-NI x86_64 assembly. | jsing | 2022-07-30 | 1 | -39/+58 |
| * | Use memmove instead of memcpy for overlapping memory | inoguchi | 2022-01-22 | 1 | -5/+5 |
| * | Use memmove() instead of memcpy() to get rid of the need for | tb | 2018-11-07 | 1 | -3/+3 |
| * | RFC 3394 section 2 states that we need at least two 64 bit blocks | tb | 2018-10-20 | 1 | -6/+6 |
| * | KNF: move two opening curly braces of function bodies to their own lines | tb | 2018-04-03 | 1 | -2/+3 |
| * | On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately | kettenis | 2018-01-07 | 1 | -7/+7 |
| * | http://repzret.org/p/repzret/ | deraadt | 2017-12-11 | 1 | -5/+5 |
| * | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -1/+5 |
| * | Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] by | miod | 2016-11-04 | 3 | -10/+13 |
| * | Less S390. | jsing | 2016-09-04 | 1 | -2237/+0 |
| * | Less IA64. | jsing | 2016-09-04 | 1 | -1123/+0 |
| * | Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left by | miod | 2015-11-05 | 1 | -5/+5 |
| * | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 1 | -2/+2 |
| * | Remove the logic responsible for outputting most AES-NI instructions as | miod | 2015-07-19 | 2 | -46/+0 |
| * | Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly the | miod | 2015-07-19 | 1 | -2/+2 |
| * | extenstion -> extension | miod | 2015-07-17 | 1 | -1/+1 |
| * | Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policy | miod | 2015-02-10 | 4 | -17/+5 |
| * | Make sure to load absolute symbol address with `dla' instead of `la' when | miod | 2014-12-07 | 1 | -4/+10 |
| * | Remove OPENSSL_FIPSCANISTER mentions. | miod | 2014-12-07 | 1 | -4/+0 |
| * | deregister; no binary change | jsg | 2014-10-28 | 1 | -2/+2 |
| * | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 2 | -5/+4 |
| * | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 1 | -1/+3 |
| * | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |
| * | Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key() | miod | 2014-07-09 | 8 | -84/+60 |
| * | tags as requested by miod and tedu | deraadt | 2014-06-12 | 12 | -12/+12 |
| * | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 11 | -11/+11 |
| * | Move the AES wrap test code into regress. | jsing | 2014-05-30 | 1 | -129/+0 |
| * | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+1 |
| * | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | miod | 2014-05-22 | 1 | -4/+2 |
| * | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | miod | 2014-05-12 | 2 | -116/+0 |
| * | Do not output SOM-specific directives. | miod | 2014-05-01 | 1 | -0/+6 |
| * | Remove WIN32, WIN64 and MINGW32 tentacles. | miod | 2014-04-28 | 1 | -4/+1 |
| * | unifdef -UAES_LONG for we do not intend to run on platforms where int is smaller | miod | 2014-04-22 | 2 | -8/+0 |
| * | When compiling with AES_WRAP_TEST, make main() return a meaningful value | miod | 2014-04-22 | 1 | -1/+15 |
| * | Get rid of MS Visual C compiler and Intel C compiler specific defines. | miod | 2014-04-17 | 2 | -11/+3 |
| * | some KNF cleanup following the script | deraadt | 2014-04-17 | 1 | -2/+3 |
| * | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -4/+4 |
| * | we don't use these files for building | tedu | 2014-04-15 | 1 | -120/+0 |
| * | remove FIPS mode support. people who require FIPS can buy something that | tedu | 2014-04-15 | 1 | -6/+0 |
| * | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 11 | -1970/+1994 |
| * | remove auto-generated dependencies from the old unused build system, so | deraadt | 2014-04-14 | 1 | -33/+0 |
| * | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 2 | -2/+4 |
| * | This commit was generated by cvs2git to track changes on a CVS vendor | miod | 2014-04-13 | 6 | -76/+126 |
| |\ |
|
| | * | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 8 | -78/+130 |
| * | | On amd64 OPENSSL_cpuid_setup and OPENSSL_ia32cap_P are now hidden so we don't | kettenis | 2012-10-31 | 1 | -1/+1 |
| * | | resolve conflicts | djm | 2012-10-13 | 6 | -232/+2343 |
| * | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 1 | -4/+25 |
| |\ \ |
|
| | * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -4/+25 |
| * | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2012-10-13 | 11 | -252/+12671 |
| |\ \ \
| | |/
| |/| |
|
| | * | | import OpenSSL-1.0.1c | djm | 2012-10-13 | 17 | -484/+15014 |