summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2016-11-28The OpenSSL file doc/man3/PEM_read_CMS.pod contains parts belongingIngo Schwarze
2016-11-21Import the DTLSv1_listen(3) manual from OpenSSL,Ingo Schwarze
2016-11-17Convert ssl3_get_client_kex_dhe() to CBS and perform some general codeJoel Sing
2016-11-17Use defines instead of magic numbers and comments.Joel Sing
2016-11-14Add Copyright and license.Ingo Schwarze
2016-11-11Disable ec assembly for amd64 pending fixes for ssh, and bumpBob Beck
2016-11-08When using an union including a type known for having strong alignmentMiod Vallat
2016-11-06Remove unused SSLv3 from ssl3_cbc_record_digest_supported().Joel Sing
2016-11-06Split ssl3_get_client_key_exchange() into separate per algorithm functions.Joel Sing
2016-11-06Remove pointless check - without fixed ECDH, there is only one way to reachJoel Sing
2016-11-06Split out the DHE and ECDHE code paths fromJoel Sing
2016-11-06Adjust cipher suite strengths - move MD5 to LOW, RC4 to LOW and 3DES toJoel Sing
2016-11-06Remove the single IDEA cipher suite. There is no good reason to supportJoel Sing
2016-11-06unifdef -m -UOPENSSL_NO_CHACHA -UOPENSSL_NO_POLY1305Joel Sing
2016-11-06remove unused variableBrent Cook
2016-11-05One of the error paths would attempt to access not-yet-initialized locals.Miod Vallat
2016-11-05Do a partial CBB conversion of ssl3_send_server_key_exchange(), which willJoel Sing
2016-11-05move manual pages from doc/ to man/ for consistency with otherIngo Schwarze
2016-11-05bump minors for symbol addition for ocsp and x25519 symbol additionsBob Beck
2016-11-05after getting rid of the pod files, clean up the Makefiles; ok bcook@Ingo Schwarze
2016-11-05Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve()Joel Sing
2016-11-05Remove generated Symbols.map on make clean.Joel Sing
2016-11-04Rename ssl3_get_key_exchange() to ssl3_get_server_key_exchange(), sinceJoel Sing
2016-11-04Tidy up the usage of peer_ecdh_tmp, following the fixed ECDH removal.Joel Sing
2016-11-04Mark a couple local functions as staticPhilip Guenther
2016-11-04The *_method_data structures can be staticPhilip Guenther
2016-11-04Add an explict list of exported symbols with just the functionsPhilip Guenther
2016-11-04make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenBob Beck
2016-11-04Make do_dtls1_write() static to d1_pkt.c and delete declarations forPhilip Guenther
2016-11-04Fix some linewrapping glitchesPhilip Guenther
2016-11-04Completely rewrite the session handling ASN.1 code using CBB and CBS. ThisJoel Sing
2016-11-04Convert ssl3_get_server_kex_dhe() to CBS.Joel Sing
2016-11-03In ssl3_read_bytes(), do not process more than three consecutive TLSJoel Sing
2016-11-03Split ssl3_get_key_exchange() into separate functions for DHE/ECDHE.Joel Sing
2016-11-03Clean up the TLS handshake digest handling - this refactors some of theJoel Sing
2016-11-02Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FNJoel Sing
2016-11-02Expand another LHASH_OF macro.Joel Sing
2016-11-02Expand DECLARE_LHASH_OF and LHASH_OF macros.Joel Sing
2016-11-02Expand DECLARE_PEM_rw macro.Joel Sing
2016-11-02Expand IMPLEMENT_LHASH_COMP_FN/IMPLEMENT_LHASH_HASH_FN macros - the onlyJoel Sing
2016-11-02Wrap some >80 char lines.Joel Sing
2016-10-19Remove support for fixed ECDH cipher suites - these is not widely supportedJoel Sing
2016-10-02Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate()Philip Guenther
2016-10-02Detect zero-length encrypted session data early, instead of when malloc(0)Philip Guenther
2016-09-22Improve on code from the previous commit.Joel Sing
2016-09-22Avoid unbounded memory growth, which can be triggered by a clientJoel Sing
2016-09-22Check for packet with truncated DTLS cookie.Philip Guenther
2016-09-22Improve ticket validity checking when tlsext_ticket_key_cb() callbackPhilip Guenther
2016-09-20Avoid selecting weak digests for (EC)DH when using SNI.Brent Cook
2016-09-19Update ld search path for libssl/libcrypto, fixes cross-build after source mo...Brent Cook