summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-09Rewrite the openssl(1) ciphers command.jsing1-158/+128
2015-02-09Remove unused GOST test that prevents clang from building libcrypto.doug2-110/+2
2015-02-08Use `> 0' instead of `!= 0' as a successful condition formiod20-88/+88
2015-02-08Move a few typedef up in this file in order to be able to use them in env_md_stmiod2-28/+20
2015-02-08Check memory allocation results in EVP_PBE_alg_add_type().miod2-6/+20
2015-02-08Check memory allocation results, as well as stack pushes.miod2-18/+68
2015-02-08Rely upon enc_flags rather than the tls version, to upgrade SHA1+MD5 tomiod2-8/+8
2015-02-08Lob a KNF grenade into the ecdsa code.jsing16-624/+576
2015-02-08Delete commented out code from openssl(1) apps.doug8-95/+11
2015-02-08Use the AI_ADDRCONFIG flag in tls_connect(). This tells the resolverreyk1-1/+2
2015-02-07Added tls_load_file()reyk1-1/+2
2015-02-07Add manpage bits for tls_load_file() and tls_accept_socket().reyk2-2/+28
2015-02-07Add tls_load_file() as a helper to load certificates or encrypted keysreyk2-2/+92
2015-02-07Don't leak addresses in error messages.miod2-4/+4
2015-02-07Remove useless variables and use the values directly.doug2-10/+6
2015-02-07Don't support very old versions of Netscape (is there any other kind?).doug2-12/+10
2015-02-07Delete a lot of #if 0 code in libressl.doug90-1346/+110
2015-02-07Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL errorjsing4-26/+16
2015-02-07Convert several of the server side handshake functions to the new handshakejsing4-238/+108
2015-02-07Crank major for libcrypto since symbols have been removed.jsing2-4/+4
2015-02-07Add tls_config_set_dheparams() to allow specification of the parameters tojsing7-22/+53
2015-02-07Don't allow tag number 31 in CBB_add_asn1().doug4-24/+54
2015-02-07Crank libssl major due to the recent changes and removals.jsing2-4/+4
2015-02-07Clean up the {get,put}_cipher_by_char() implementations. Also usejsing6-60/+28
2015-02-07Only call free in CBB_init().doug2-6/+12
2015-02-07Attempt to implement the OpenSSL error dance so that TLS read/writejsing1-29/+61
2015-02-07Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id().jsing1-1/+61
2015-02-07Provide a SSL_CIPHER_get_by_value() function that allows a cipher to bejsing8-8/+66
2015-02-07Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.bcook2-15/+15
2015-02-07Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds.jsing1-3/+1
2015-02-07Combine c_allc.c and c_alld.c into c_all.c - there is not much point havingjsing7-724/+462
2015-02-07Fix typo and ASN.1 tag number range comment in bytestring.h.doug2-8/+8
2015-02-06SIZE_MAX is standard, we should be using it in preference to themillert1-5/+3
2015-02-06KNF bytestring files.doug9-2398/+2788
2015-02-06Remove accidental, commented out code.doug2-22/+2
2015-02-06Unifdef NETSCAPE_HANG_BUG.jsing2-44/+2
2015-02-06Add additional checks to ssl3_send_client_key_exchange() that ensuresjsing2-36/+50
2015-02-06Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.doug12-2/+3359
2015-02-06Add libssl ciphers regress, which currently only coversjsing3-1/+130
2015-02-06Bring back the horrible API that is get_cipher_by_char/put_cipher_by_char.jsing28-30/+176
2015-02-06Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().reyk8-21/+22
2015-02-05Declare the x509_(mem|file|dir)_lookup symbols as static because theyreyk6-12/+12
2015-01-30Make the TLS connect and accept error messages consistent.bluhm2-5/+4
2015-01-29Use .Rv where appropriate, and move it to RETURN VALUES;schwarze3-27/+13
2015-01-28dial the time back to about 0.1s, closer to the original targets andtedu1-4/+4
2015-01-28Fix a number of issues relating to algorithms in signatures, Mostlybeck14-18/+116
2015-01-26Place the remainder of e_os2.h under #ifndef LIBRESSL_INTERNAL until we canjsing1-1/+5
2015-01-26Add AEAD as a "MAC alias" so that it is possible to identify/select ciphersjsing4-4/+14
2015-01-24Convert openssl(1) sess_id to the new option handling.doug1-88/+113
2015-01-24Convert openssl(1)'s rsa.c to the new option handling code.doug1-184/+251