summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-11-13Add many missing error checks (probably not exhaustive, but a good start):Miod Vallat
2014-11-13Sacrifice this code to the KNF deities.Miod Vallat
2014-11-12Fix GOST TC26-B curve description.Miod Vallat
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificPhilip Guenther
2014-11-11f{read,write} take a number of items and an item size as arguments, andMiod Vallat
2014-11-11correct the failure case for getentropy on win32Brent Cook
2014-11-11Don't free garbage in ec_wNAF_mul() if wNAF could be allocated butPhilip Guenther
2014-11-11Merge from NetBSD from 1999-03-25:"Philip Guenther
2014-11-11delete extra word in NdTheo de Raadt
2014-11-10m68k is dead <sniff>Philip Guenther
2014-11-09KNF (when not conflicting with other cleanup changes in progress)Miod Vallat
2014-11-09Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failureMiod Vallat
2014-11-09Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending aMiod Vallat
2014-11-09Replace RAND_bytes() usage with arc4random_buf().Miod Vallat
2014-11-09GOST crypto algorithms (well, most of them), ported from the removed GOSTMiod Vallat
2014-11-09Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest.Miod Vallat
2014-11-09Allow digest routines to provide their own HASH_FINAL routine; will beMiod Vallat
2010-10-01import OpenSSL-1.0.0aDamien Miller
2014-11-09Correct constness of str*unvis()'s second (source) argumentPhilip Guenther
2014-11-08Clean up more SSLv2 remnants.Joel Sing
2014-11-07missing outlen in tls_write declTed Unangst
2014-11-05missing pfd = newp, diagnosed by deraadt@Stuart Henderson
2014-11-05edns0 is not currently supported: confirmed by sthen and ericJason McIntyre
2014-11-05zap double word;Jason McIntyre
2014-11-05Convert EXAMPLES to IDIOMS and make it a simple select -> pollTodd C. Miller
2014-11-04explicitly clarify that reading also stops after size-1 bytesTed Unangst
2014-11-04Fix memory leak on reallocarray() failure introduced by conversionTodd C. Miller
2014-11-03POLLERR is only valid in revents so it is not a bug that it isTodd C. Miller
2014-11-03only call SRTP (whatever that is) functions when the connection type isTed Unangst
2014-11-03Put the socket splicing fields into a seperate struct sosplice thatAlexander Bluhm
2014-11-03minor cleanup of zlib code. DSO is gone. ok jsing.Ted Unangst
2014-11-03Add hooks to override native arc4random_buf on FreeBSD.Brent Cook
2014-11-02Add a tls_connect_fds() function that allows a secure connection to beJoel Sing
2014-11-02Fix a NULL deref when getting an actual result for an invalid hostnameEric Faurot
2014-11-02Remove remnants from RC2 and SEED - there are no longer any cipher suitesJoel Sing
2014-10-31Libevent has compatibilty wrappers in evutil. OpenBSD does not useAlexander Bluhm
2014-10-31Use "const char tempchars[]" instead of "const char *tempchars".Todd C. Miller
2014-10-31Remove an outdated comment re EDH vs DHE - DHE is now used consistently andJoel Sing
2014-10-31Update comments for TLS ExtensionType values - many of the referencedJoel Sing
2014-10-31Crank libssl major due to recent additions, removals and changes.Joel Sing
2014-10-31Remove now unused remnants from public structs.Joel Sing
2014-10-31Add support for automatic DH ephemeral keys.Joel Sing
2014-10-31Remove support for ephemeral/temporary RSA private keys.Joel Sing
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier toJoel Sing
2014-10-31Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.Alexander Bluhm
2014-10-30clean up verbiage around the calculations; ok ingo jmc ottoTheo de Raadt
2014-10-30Don't mention old systems where realloc(NULL, n) didn't work as weTodd C. Miller
2014-10-30Fix whitespace errors in libevent.Alexander Bluhm
2014-10-30The fdsz and n_events variables contain unsigned values that areAlexander Bluhm
2014-10-29After removing all the #ifdef, the wrappers in evutil are ratherAlexander Bluhm