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