summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* does sunos not have memmove? sorry, i guess sunos will not have libressl.tedu2014-05-172-42/+6
* unchecked malloc() return value in OCSP_sendreq_new().miod2014-05-172-0/+4
* KNFmiod2014-05-1716-2548/+2664
* add missing header needed for mem{cpy,cmp}()chl2014-05-171-0/+1
* correctly match size and buffer. from enh at googletedu2014-05-171-3/+3
* simple reallocarray to check multiplies. ok guenthertedu2014-05-172-12/+8
* no no md2tedu2014-05-179-57/+0
* no no seedtedu2014-05-174-34/+0
* deleted seed some time agotedu2014-05-1713-295/+0
* Add missing header needed by isdigit().chl2014-05-171-4/+5
* refactor some of the des crypt code to use fewer globals.tedu2014-05-172-42/+45
* switch RSA key generation default to 2048 bits (matching ssh); ok miod@sthen2014-05-175-5/+5
* update NAME and MLINKS for previous;jmc2014-05-162-5/+7
* document crypt_checkpasstedu2014-05-161-1/+14
* When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,jsing2014-05-167-190/+30
* use $2b in the bcrypt example, ok tedusthen2014-05-161-3/+3
* Fix memory leaks upon failure.miod2014-05-154-54/+78
* Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() andmiod2014-05-156-50/+146
* No longer make pqueue.h a public (and installed) header file. Replace itsmiod2014-05-157-6/+12
* More KNF.jsing2014-05-158-14/+14
* Use C99 initialisers for the AEAD struct.jsing2014-05-152-18/+18
* KNF.jsing2014-05-152-140/+134
* Add a ChaCha20-Poly1305 AEAD EVP implementation to libcrypto, from Adamjsing2014-05-157-2/+546
* KNF.jsing2014-05-1510-566/+686
* Add an AEAD EVP interface to libcrypto, along with AES-GCM AEADjsing2014-05-1511-68/+1100
* Stop being a dummy... presumably these are left overs from pedantic modejsing2014-05-1518-44/+4
* stop flushing streams in abort(). it's hackish and unsafe, and no longertedu2014-05-142-21/+13
* Add poly1305 to libcrypto utilising Andrew Moon's public domainjsing2014-05-147-1/+702
* for non-valid combinations with `#', instead of trying to list them all,jmc2014-05-132-19/+6
* various macro fixes;jmc2014-05-131-9/+6
* zap trailing whitespace;jmc2014-05-131-4/+4
* skip incomplete entries in /etc/hosts and /etc/networkseric2014-05-132-2/+10
* these files have moved to libutilespie2014-05-1215-918/+0
* ...better if I actually unplug it, Makefile doesn't do itespie2014-05-121-2/+1
* Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to usemiod2014-05-124-232/+0
* Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() andmiod2014-05-126-0/+430
* Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod2014-05-1210-53/+17
* remove md5crypt.tedu2014-05-125-195/+65
* move the ohash functions into libutil by popular demand.espie2014-05-1218-4/+993
* tweak interface to do the right thing, after useful comments from millert@espie2014-05-125-25/+73
* change to having four freelists per size, to reduce another source oftedu2014-05-121-16/+20
* Keep libusbhid's HID parser in sync with the kernel one. This is mostlympi2014-05-126-253/+387
* More KNF.jsing2014-05-1110-32/+54
* KNF.jsing2014-05-114-644/+574
* remove warning by adding explicit parentheses around && within ||chl2014-05-101-4/+4
* fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by defaultotto2014-05-101-2/+2
* __bounded => __attribute__((__bounded__djm2014-05-102-10/+10
* Typo in C99 field initializer introduced in r1.3;miod2014-05-092-2/+2
* Replace Apache v2 license with ISC license.matthew2014-05-098-100/+100
* Add a bit more detail about dot notation from the old inet(3) manpage.guenther2014-05-091-3/+11