| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | miod | 2014-05-12 | 2 | -116/+0 |
* | Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and | miod | 2014-05-12 | 3 | -0/+215 |
* | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | miod | 2014-05-12 | 5 | -340/+5 |
* | More KNF. | jsing | 2014-05-11 | 5 | -16/+27 |
* | KNF. | jsing | 2014-05-11 | 2 | -322/+287 |
* | __bounded => __attribute__((__bounded__ | djm | 2014-05-10 | 1 | -5/+5 |
* | Typo in C99 field initializer introduced in r1.3; | miod | 2014-05-09 | 1 | -1/+1 |
* | Replace Apache v2 license with ISC license. | matthew | 2014-05-09 | 4 | -50/+50 |
* | Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT. | miod | 2014-05-08 | 1 | -17/+7 |
* | More KNF. | jsing | 2014-05-08 | 11 | -45/+94 |
* | KNF. | jsing | 2014-05-08 | 12 | -308/+383 |
* | Remove KSSL debug code. | jsing | 2014-05-08 | 1 | -21/+0 |
* | KNF. | jsing | 2014-05-08 | 7 | -912/+917 |
* | Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thing | jsing | 2014-05-08 | 2 | -18/+0 |
* | KNF. | jsing | 2014-05-08 | 16 | -1499/+1544 |
* | knfectomie. | jsing | 2014-05-08 | 1 | -653/+818 |
* | Emergency knfectomie requested by tedu@. | jsing | 2014-05-08 | 30 | -6133/+6618 |
* | kill some more VMS ifdefs | giovanni | 2014-05-08 | 4 | -16/+0 |
* | Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather | miod | 2014-05-07 | 9 | -35/+26 |
* | don't free memory unless we allocated it. | tedu | 2014-05-07 | 1 | -2/+4 |
* | with the first bug it uncovered fixed, clear all bignums again. | tedu | 2014-05-07 | 1 | -17/+9 |
* | in BN_clear_free, don't cleanse the data if the static data flag is set. | tedu | 2014-05-07 | 1 | -3/+2 |
* | KNF. | jsing | 2014-05-07 | 14 | -944/+984 |
* | revert, thanks sthen | tedu | 2014-05-07 | 1 | -9/+17 |
* | add additional includes from eng_cryptodev.c | jsg | 2014-05-07 | 1 | -0/+5 |
* | miod forgot about fcrypt_b.c being needed, before he went off to get his | deraadt | 2014-05-07 | 2 | -2/+4 |
* | Assorted cleanups: | miod | 2014-05-06 | 1 | -14/+4 |
* | Remove broken-by-design test | miod | 2014-05-06 | 1 | -95/+0 |
* | Make sure PKCS7_get_octet_string() return values are checked for NULL. | miod | 2014-05-06 | 1 | -2/+10 |
* | Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make | miod | 2014-05-06 | 4 | -136/+166 |
* | knf approximation | tedu | 2014-05-06 | 24 | -8619/+9136 |
* | inspired by a cloudflare diff, cleanse old memory when expanding a bignum. | tedu | 2014-05-05 | 1 | -17/+9 |
* | Sort and group includes. | jsing | 2014-05-05 | 2 | -10/+11 |
* | Repair BIO_socket_nbio operation. | jsing | 2014-05-05 | 1 | -2/+3 |
* | Enable assembler code for DES. Assembler code for BN is commented out as it | miod | 2014-05-05 | 2 | -0/+54 |
* | Improve line wrapping for lines exceeding 80 chars. | jim | 2014-05-04 | 46 | -192/+284 |
* | Remove trailing whitespace. | jim | 2014-05-04 | 55 | -143/+143 |
* | i give up. reuse problem is unfixable. dlg says puppet crashes. | tedu | 2014-05-04 | 1 | -8/+4 |
* | Enable the assembler code for BN, which was lost quite some time ago. | miod | 2014-05-04 | 2 | -0/+38 |
* | Remove the !SSLASM conditional. Either there is an arch-specific Makefile.inc, | miod | 2014-05-04 | 1 | -4/+2 |
* | Enable assembler code for AES, DES, GCM, SHA1, SHA256 and SHA512. | miod | 2014-05-03 | 2 | -0/+92 |
* | Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512. | miod | 2014-05-03 | 2 | -0/+90 |
* | Do not compile the neon probe code until __ARM_ARCH__ >= 7. Neon-specific code | miod | 2014-05-03 | 2 | -2/+14 |
* | typos | miod | 2014-05-03 | 1 | -2/+2 |
* | Correctly enable Montgomery code. | miod | 2014-05-03 | 2 | -2/+4 |
* | Add checks for invalid base64 encoded data, specifically relating to the | jsing | 2014-05-03 | 1 | -0/+12 |
* | It is definitly not the correct spelling. | jsing | 2014-05-03 | 1 | -2/+2 |
* | KNF. | jsing | 2014-05-03 | 4 | -932/+910 |
* | KNF. | jsing | 2014-05-03 | 4 | -495/+514 |
* | Enable assembler bits for BN (Montgomery), SHA1 and SHA256. | miod | 2014-05-03 | 2 | -0/+88 |