summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-05-20Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-bytePhilip Guenther
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2014-05-19Fix several bounds checks in ssl_add_clienthello_tlsext() andMiod Vallat
2014-05-19as reported by Helg, should use realpath for mounts. ok guenther sylTed Unangst
2014-05-19More KNF.Joel Sing
2014-05-19More whack-a-mole^Wfips.Joel Sing
2014-05-19It is perfectly valid to call free(NULL), so stop checking for non-NULLJoel Sing
2014-05-19Add a H_SAVE_FP operation to history() which lets the history be savedNicholas Marriott
2014-05-18If you need to allocate `a + b' bytes of memory, then don't allocate `a + b*2',Miod Vallat
2014-05-18Make sure UTF8_getc() is invoked with the proper buffer size.Miod Vallat
2014-05-18factor out a bit of the chunk index code and use it to make sure that aTed Unangst
2014-05-18Out of all the openssl apps, just one of them has code to mess around withJoel Sing
2014-05-18W_OK comes via unistd.h - nuke several #ifndef W_OK that attempt to handleJoel Sing
2014-05-18Remove unused include.Joel Sing
2014-05-18Group and sort includes.Joel Sing
2014-05-18Plug memory leaks upon error in OCSP_url_svcloc_new().Miod Vallat
2014-05-18In OCSP_sendreq_bio(), cope with OCSP_sendreq_new() returning NULL.Miod Vallat
2014-05-18In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in caseMiod Vallat
2014-05-18In ssl3_send_certificate_request(), when adding the extra payload ifMiod Vallat
2014-05-18Make sure ssl3_setup_buffers() does not return upon error with a freedMiod Vallat
2014-05-18bio_err is initialised in main, hence there is no need to initialise itJoel Sing
2014-05-18More KNF.Joel Sing
2014-05-18Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'"Miod Vallat
2014-05-18No need to check for NULL before invoking free(); use calloc() whenMiod Vallat
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