| Commit message (Expand) | Author | Age | Files | Lines |
* | In ssl3_send_certificate_request(), when adding the extra payload if | miod | 2014-05-18 | 2 | -2/+12 |
* | Make sure ssl3_setup_buffers() does not return upon error with a freed | miod | 2014-05-18 | 2 | -14/+14 |
* | bio_err is initialised in main, hence there is no need to initialise it | jsing | 2014-05-18 | 46 | -168/+16 |
* | More KNF. | jsing | 2014-05-18 | 20 | -386/+416 |
* | Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'" | miod | 2014-05-18 | 1 | -2/+6 |
* | No need to check for NULL before invoking free(); use calloc() when | miod | 2014-05-18 | 2 | -60/+14 |
* | sync openssl(1) with changes already made in src/lib/libssl/doc, reminded by | sthen | 2014-05-18 | 1 | -5/+5 |
* | does sunos not have memmove? sorry, i guess sunos will not have libressl. | tedu | 2014-05-17 | 2 | -42/+6 |
* | unchecked malloc() return value in OCSP_sendreq_new(). | miod | 2014-05-17 | 2 | -0/+4 |
* | KNF | miod | 2014-05-17 | 16 | -2548/+2664 |
* | add missing header needed for mem{cpy,cmp}() | chl | 2014-05-17 | 1 | -0/+1 |
* | correctly match size and buffer. from enh at google | tedu | 2014-05-17 | 1 | -3/+3 |
* | simple reallocarray to check multiplies. ok guenther | tedu | 2014-05-17 | 2 | -12/+8 |
* | no no md2 | tedu | 2014-05-17 | 9 | -57/+0 |
* | no no seed | tedu | 2014-05-17 | 4 | -34/+0 |
* | deleted seed some time ago | tedu | 2014-05-17 | 13 | -295/+0 |
* | Add missing header needed by isdigit(). | chl | 2014-05-17 | 1 | -4/+5 |
* | refactor some of the des crypt code to use fewer globals. | tedu | 2014-05-17 | 2 | -42/+45 |
* | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ | sthen | 2014-05-17 | 5 | -5/+5 |
* | update NAME and MLINKS for previous; | jmc | 2014-05-16 | 2 | -5/+7 |
* | document crypt_checkpass | tedu | 2014-05-16 | 1 | -1/+14 |
* | Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf(). | jsing | 2014-05-16 | 1 | -0/+1 |
* | Fix various issues that result in compiler warnings. | jsing | 2014-05-16 | 1 | -13/+14 |
* | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | jsing | 2014-05-16 | 7 | -190/+30 |
* | use $2b in the bcrypt example, ok tedu | sthen | 2014-05-16 | 1 | -3/+3 |
* | Fix memory leaks upon failure. | miod | 2014-05-15 | 4 | -54/+78 |
* | Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() and | miod | 2014-05-15 | 6 | -50/+146 |
* | No longer make pqueue.h a public (and installed) header file. Replace its | miod | 2014-05-15 | 7 | -6/+12 |
* | Get pqueue.h from the libssl sources rather than relying upon it being | miod | 2014-05-15 | 2 | -2/+4 |
* | More KNF. | jsing | 2014-05-15 | 8 | -14/+14 |
* | Add additional chacha20-poly1305 test vectors. | jsing | 2014-05-15 | 2 | -10/+620 |
* | Use C99 initialisers for the AEAD struct. | jsing | 2014-05-15 | 2 | -18/+18 |
* | Add chacha20-poly1305 test vector to regress. | jsing | 2014-05-15 | 2 | -5/+24 |
* | KNF. | jsing | 2014-05-15 | 2 | -140/+134 |
* | Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adam | jsing | 2014-05-15 | 7 | -2/+546 |
* | KNF. | jsing | 2014-05-15 | 12 | -613/+736 |
* | Add a regress test for AEAD, based on Adam Langley's code. | jsing | 2014-05-15 | 3 | -0/+413 |
* | Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD | jsing | 2014-05-15 | 11 | -68/+1100 |
* | Stop being a dummy... presumably these are left overs from pedantic mode | jsing | 2014-05-15 | 18 | -44/+4 |
* | stop flushing streams in abort(). it's hackish and unsafe, and no longer | tedu | 2014-05-14 | 2 | -21/+13 |
* | Add poly1305 to libcrypto utilising Andrew Moon's public domain | jsing | 2014-05-14 | 10 | -2/+877 |
* | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | miod | 2014-05-12 | 5 | -366/+0 |
* | Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and | miod | 2014-05-12 | 6 | -0/+430 |
* | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | miod | 2014-05-12 | 12 | -62/+40 |
* | remove md5crypt. | tedu | 2014-05-12 | 5 | -195/+65 |
* | change to having four freelists per size, to reduce another source of | tedu | 2014-05-12 | 1 | -16/+20 |
* | More KNF. | jsing | 2014-05-11 | 10 | -32/+54 |
* | KNF. | jsing | 2014-05-11 | 4 | -644/+574 |
* | fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by default | otto | 2014-05-10 | 1 | -2/+2 |
* | __bounded => __attribute__((__bounded__ | djm | 2014-05-10 | 2 | -10/+10 |