summaryrefslogtreecommitdiffstats
path: root/engines/e_ossltest.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-20Add some missing ciphers in 'enc' documentPaul Yang1-0/+25
2018-09-20util/mkdef.pl, util/add-depends.pl: don't lowercase file namesRichard Levitte2-4/+4
2018-09-20crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO tooRichard Levitte1-0/+18
2018-09-19Reset TLS 1.3 ciphers in SSL_CTX_set_ssl_version()Benjamin Kaduk1-0/+4
2018-09-19Add a GMAC demonstration program.Pauli2-3/+108
2018-09-18ssl/ssl_ciph.c: make set_ciphersuites staticDr. Matthias St. Pierre2-2/+1
2018-09-18Trivial test improvementsTobias Nießen1-2/+2
2018-09-17Fixed typos in hkdf documentation.David Makepeace1-2/+2
2018-09-17Add missing include file.Pauli1-3/+1
2018-09-17Add a compile time test to verify that openssl/rsa.h and complex.h canPauli3-1/+32
2018-09-17Use 'i' as parameter name not 'I'.Pauli3-6/+6
2018-09-17Update RAND_DRBG.podMatt Eaton1-1/+1
2018-09-16Improve SSL_shutdown() documentationKurt Roeckx4-40/+52
2018-09-15VMS: only use the high precision on VMS v8.4 and upRichard Levitte1-3/+8
2018-09-14VMS libtestutil: look for lower case "main"Richard Levitte2-3/+5
2018-09-14VMS: turn on name mangling for all our programsRichard Levitte8-75/+8
2018-09-14VMS build: fix a misspelled 'bin_cflags' and a wrongly coded 'NO_INST_'Richard Levitte1-6/+8
2018-09-13Make some return checks consistent with othersPaul Yang1-3/+3
2018-09-13Don't allow -early_data with other options where it doesn't workMatt Caswell2-5/+14
2018-09-13Add an explicit cast to time_tMatt Caswell1-2/+2
2018-09-13Update the documentation on libobj2shlib / obj2shlibRichard Levitte2-79/+74
2018-09-13VMS: stop trying to build shared libraries from static onesRichard Levitte4-7/+8
2018-09-12Replace the public RAND_DRBG_USED_FLAGS #define by an internal constantDr. Matthias St. Pierre2-5/+16
2018-09-12Fix a possible recursion in SSLfatal handlingBernd Edlinger1-2/+3
2018-09-12Update README.mdBrian 'geeknik' Carpenter1-1/+1
2018-09-12minor fixes for WindowsViktor Szakats3-2/+4
2018-09-12crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly definedRichard Levitte1-0/+1
2018-09-12Build files: Separate 'lib' intent from 'shlib' intentRichard Levitte4-10/+24
2018-09-12Configure: Name object files according to the product they are part ofRichard Levitte3-16/+120
2018-09-12Configure: DON'T trickle down includes from products to sourcesRichard Levitte2-23/+7
2018-09-12Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli4-0/+37
2018-09-12Speed for HMACs.Pauli2-4/+61
2018-09-12Add a note to CHANGES indicating that AES-XTS now enforces two differentPauli1-8/+6
2018-09-12FIPS 140-2 IG A.9 XTS key check.Pauli3-2/+30
2018-09-11The next version in master is at least 1.1.2, not 1.1.1xRichard Levitte4-5/+5
2018-09-11Prepare for 1.1.1a-devMatt Caswell4-3/+11
2018-09-11Prepare for 1.1.1 releaseOpenSSL_1_1_1Matt Caswell4-5/+5
2018-09-11Update copyright yearMatt Caswell117-117/+117
2018-09-11CAPI engine: add support for RSA_NO_PADDINGRichard Levitte1-7/+21
2018-09-10Check the return value from ASN1_INTEGER_setMatt Caswell1-1/+2
2018-09-10Validate the SM2 digest len before useMatt Caswell1-1/+7
2018-09-10Don't cast an int * to a size_t *Matt Caswell1-8/+9
2018-09-10More updates to CHANGES and NEWS for the 1.1.1 releaseMatt Caswell2-2/+24
2018-09-10Updates NEWS for the 1.1.1 releaseMatt Caswell1-9/+26
2018-09-10Update the pyca-cryptography submoduleMatt Caswell1-0/+0
2018-09-10Add a sentence in CHANGES to note SM2 supportPaul Yang1-0/+3
2018-09-10test/evp_extra_test.c: fix null pointer dereferenceDr. Matthias St. Pierre1-19/+24
2018-09-10crypto/rsa/rsa_pss.c: silence coverity warningDr. Matthias St. Pierre1-1/+1
2018-09-10test/dhtest.c: fix resource leakDr. Matthias St. Pierre1-29/+39
2018-09-09ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte1-0/+24