summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-25Fix problem with SCTP close_notify alertsMatt Caswell
2017-04-25Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell
2017-04-25Remove special case code for SCTP reneg handlingMatt Caswell
2017-04-25openssl enc: Don't unbuffer stdinBernard Spil
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz
2017-04-24Typo fix in Configurations/descrip.mms.tmplRichard Levitte
2017-04-24Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor
2017-04-23Port Ben's parallell Makefile hack to VMSRichard Levitte
2017-04-23Port Ben's parallell Makefile hack to WindowsRichard Levitte
2017-04-22Fixed typo in X509_STORE_CTX_new descriptionCamille Guérin
2017-04-22Numbers greater than 1 are usually non-negative.David Benjamin
2017-04-19Document Next Protocol Negotiation APIsRich Salz
2017-04-18update docs because depth refers only to intermediate certsThiago Arrais
2017-04-16Catch EC_R_UNKNOWN_GROUP in check_unsupported()Rich Salz
2017-04-14Reformat evptests.txtNicola Tuveri
2017-04-13Remove ecdhtest.cNicola Tuveri
2017-04-13ecdhtest.c: move co-factor ECDH KATs to evptestsNicola Tuveri
2017-04-13ASN.1: adapt SSL_SESSION_ASN1 by explicitely embedding INTxx et alRichard Levitte
2017-04-13ASN.1: change INTxx, UINTxx and Z variants to be embedableRichard Levitte
2017-04-13ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte
2017-04-12Remove more stale code in ecdhtest.cNicola Tuveri
2017-04-12ecdhtest.c: move KATs to evptests.txtNicola Tuveri
2017-04-12Remove stale code in ecdhtest.cNicola Tuveri
2017-04-12ecdhtest.c: move NAMED CURVES TESTS to evptests.txtNicola Tuveri
2017-04-11Added error checking for OBJ_createFrank Morgner
2017-04-11Fix x_int64.cRichard Levitte
2017-04-11Remove ECDH(E) ciphers from SSLv3Todd Short
2017-04-11Additional check to handle BAD SSL_write retryRich Salz
2017-04-11Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell
2017-04-11Allow an ALPN callback to pretend to not existBenjamin Kaduk
2017-04-10rand/rand_lib.c: keep fixing no-engine configuration.Andy Polyakov
2017-04-10asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov
2017-04-08e_os.h: omit PRIu64.Andy Polyakov
2017-04-08bio/b_print.c: drop dependency on BN config.Andy Polyakov
2017-04-07Standardize on =over 4 and check for it.Rich Salz
2017-04-07Use 'over 2' for bullet lists.Rich Salz
2017-04-07Fix rand_lib.c for no-engine configurationRichard Levitte
2017-04-07Don't try to clean up RAND from ENGINERichard Levitte
2017-04-07Make getting and setting the RAND default method thread safeRichard Levitte
2017-04-06e_os2.h: Refine OSSL_SSIZE definition under UEFI environmentQin Long
2017-04-06In rand_cleanup_int(), don't go creating a default methodRichard Levitte
2017-04-04Configurations/README: reword bn_ops description.Andy Polyakov
2017-04-04Fix faulty check of padding in x_long.cRichard Levitte
2017-04-04Fix a possible integer overflow in long_c2iMatt Caswell
2017-04-04Convert SSL_SESSION_ASN1 to use size specific integersRichard Levitte
2017-04-04make updateRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-04-03Ensure dhparams can handle X9.42 params in DERMatt Caswell
2017-04-03Add missing macros for DHxparamsMatt Caswell
2017-04-02crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.Andy Polyakov