Age | Commit message (Expand) | Author |
2014-05-17 | does sunos not have memmove? sorry, i guess sunos will not have libressl. | Ted Unangst |
2014-05-17 | unchecked malloc() return value in OCSP_sendreq_new(). | Miod Vallat |
2014-05-17 | KNF | Miod Vallat |
2014-05-17 | add missing header needed for mem{cpy,cmp}() | Charles Longeau |
2014-05-17 | correctly match size and buffer. from enh at google | Ted Unangst |
2014-05-17 | simple reallocarray to check multiplies. ok guenther | Ted Unangst |
2014-05-17 | no no md2 | Ted Unangst |
2014-05-17 | no no md2 | Ted Unangst |
2014-05-17 | no no seed | Ted Unangst |
2014-05-17 | deleted seed some time ago | Ted Unangst |
2014-05-17 | deleted seed some time ago | Ted Unangst |
2014-05-17 | Add missing header needed by isdigit(). | Charles Longeau |
2014-05-17 | refactor some of the des crypt code to use fewer globals. | Ted Unangst |
2014-05-17 | switch RSA key generation default to 2048 bits (matching ssh); ok miod@ | Stuart Henderson |
2014-05-16 | update NAME and MLINKS for previous; | Jason McIntyre |
2014-05-16 | document crypt_checkpass | Ted Unangst |
2014-05-16 | When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code, | Joel Sing |
2014-05-16 | use $2b in the bcrypt example, ok tedu | Stuart Henderson |
2014-05-15 | Fix memory leaks upon failure. | Miod Vallat |
2014-05-15 | Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() and | Miod Vallat |
2014-05-15 | No longer make pqueue.h a public (and installed) header file. Replace its | Miod Vallat |
2014-05-15 | More KNF. | Joel Sing |
2014-05-15 | Use C99 initialisers for the AEAD struct. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adam | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | KNF. | Joel Sing |
2014-05-15 | Add an AEAD EVP interface to libcrypto, along with AES-GCM AEAD | Joel Sing |
2014-05-15 | Stop being a dummy... presumably these are left overs from pedantic mode | Joel Sing |
2014-05-14 | stop flushing streams in abort(). it's hackish and unsafe, and no longer | Ted Unangst |
2014-05-14 | Add poly1305 to libcrypto utilising Andrew Moon's public domain | Joel Sing |
2014-05-13 | for non-valid combinations with `#', instead of trying to list them all, | Jason McIntyre |
2014-05-13 | various macro fixes; | Jason McIntyre |
2014-05-13 | zap trailing whitespace; | Jason McIntyre |
2014-05-13 | skip incomplete entries in /etc/hosts and /etc/networks | Eric Faurot |
2014-05-12 | these files have moved to libutil | Marc Espie |
2014-05-12 | ...better if I actually unplug it, Makefile doesn't do it | Marc Espie |
2014-05-12 | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | Miod Vallat |
2014-05-12 | Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and | Miod Vallat |
2014-05-12 | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | Miod Vallat |
2014-05-12 | remove md5crypt. | Ted Unangst |
2014-05-12 | move the ohash functions into libutil by popular demand. | Marc Espie |
2014-05-12 | tweak interface to do the right thing, after useful comments from millert@ | Marc Espie |
2014-05-12 | change to having four freelists per size, to reduce another source of | Ted Unangst |
2014-05-12 | Keep libusbhid's HID parser in sync with the kernel one. This is mostly | Martin Pieuchot |
2014-05-11 | More KNF. | Joel Sing |
2014-05-11 | KNF. | Joel Sing |
2014-05-10 | remove warning by adding explicit parentheses around && within || | Charles Longeau |
2014-05-10 | fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by default | Otto Moerbeek |