summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-22mop up a barely started project... getting in the way of grepping the tree!deraadt2-8/+0
2014-11-22Fix incorrect escape.bentley2-4/+4
2014-11-21MPE support, begone. ok teduderaadt2-4/+4
2014-11-21space needed between macro args and punctuation;jmc1-2/+2
2014-11-21add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros;schwarze1-6/+39
2014-11-21Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure;schwarze1-2/+4
2014-11-21change prototype for crypt_newhash. the login_cap_t is a holdover from itstedu2-15/+10
2014-11-20Oops, make sure camellia is compiled on platforms without an arch-specificmiod1-1/+2
2014-11-20split crypt_checkpass off into a new filetedu3-36/+73
2014-11-20Document behavior of atexit() when called in a DSO that is later unloaded.guenther1-2/+14
2014-11-19Nuke yet more obvious #include duplications.krw2-6/+2
2014-11-19include camellia.h using the public include pathbcook2-4/+4
2014-11-19Fix a memory leak with pkey in client key exchangedoug2-2/+4
2014-11-18add crypt_newhash to NAME and add an MLINK;jmc2-4/+6
2014-11-18GOST regression tests; from Dmitry Eremin-Solenikovmiod3-1/+18
2014-11-18Argh, another bug introduced in r1.3; Dmitry Eremin-Solenikovmiod2-4/+4
2014-11-18Nuke more obvious #include duplications.krw1-2/+1
2014-11-18Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.miod26-146/+594
2014-11-18Enable the build of GOST routines in libcrypto. Riding upon the Cammeliamiod3-8/+6
2014-11-18More missing error checks I forgot to commit last week, part of the largemiod2-24/+46
2014-11-18Return success in param_copy_gost01() if there is no private key to copy;miod2-4/+4
2014-11-18further BUF_strdup conversion: these places should be safe to rely ontedu6-12/+12
2014-11-17Add the Cammelia cipher to libcrypto.miod27-30/+70
2014-11-17Make the ECDSA_SIG bowels public. This matches RSA_SIG and DSA_SIG, and wemiod4-60/+60
2014-11-17add new function crypt_newhash to simplify creating new hashes.tedu2-3/+46
2014-11-16Sort and group includes.jsing71-183/+317
2014-11-15Reduce instances of `` '' in manuals.bentley1-5/+5
2014-11-13Add many missing error checks (probably not exhaustive, but a good start):miod12-574/+976
2014-11-13Sacrifice this code to the KNF deities.miod18-804/+802
2014-11-12Fix GOST TC26-B curve description.miod2-4/+4
2014-11-11f{read,write} take a number of items and an item size as arguments, andmiod4-28/+14
2014-11-11correct the failure case for getentropy on win32bcook2-6/+6
2014-11-11Don't free garbage in ec_wNAF_mul() if wNAF could be allocated butguenther2-10/+22
2014-11-11delete extra word in Ndderaadt1-3/+3
2014-11-09KNF (when not conflicting with other cleanup changes in progress)miod28-746/+1014
2014-11-09GOST tests, not connected to the build yet.miod2-0/+1464
2014-11-09Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failuremiod4-38/+8
2014-11-09Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending amiod6-60/+64
2014-11-09Replace RAND_bytes() usage with arc4random_buf().miod6-20/+6
2014-11-09GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod75-31/+13110
2014-11-09Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest.miod4-4/+52
2014-11-09Allow digest routines to provide their own HASH_FINAL routine; will bemiod2-6/+10
2014-11-08Clean up more SSLv2 remnants.jsing6-58/+30
2014-11-07More OPENSSL_NO_TLSEXT clean up.jsing3-11/+11
2014-11-07missing outlen in tls_write decltedu1-3/+3
2014-11-07Document the -servername option for openssl(1) s_client.jsing1-2/+7
2014-11-06TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,jsing2-76/+2
2014-11-06ssl_sock_init() does nothing, so remove it...jsing1-17/+1
2014-11-05edns0 is not currently supported: confirmed by sthen and ericjmc1-7/+7
2014-11-04simple select() to poll() conversion; reviewed by millert and dougderaadt1-9/+9