aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-30Clean out aliases in include/openssl/symhacks.hRichard Levitte1-15/+0
2018-09-30Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte4-14/+6
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis18-170426/+18527
2018-09-26Add missing cipher aliases to openssl(1)Antoine Salon1-0/+57
2018-09-26doc/man3/SSL_set_bio.pod: Fix wrong function name in return values sectionJames Callahan1-2/+2
2018-09-25Update enc(1) examples to more recent ciphers and key derivation algorithmsAntoine Salon1-12/+11
2018-09-25Fix no-tls1_2Matt Caswell1-1/+3
2018-09-25Fix no-pskMatt Caswell1-1/+5
2018-09-24Reduce stack usage in tls13_hkdf_expandBernd Edlinger1-4/+12
2018-09-24Document OPENSSL_VERSION_TEXT macroDaniel Bevenius2-1/+7
2018-09-24Use secure_getenv(3) when available.Pauli11-26/+54
2018-09-23Create the .rnd file it it does not existBernd Edlinger3-5/+0
2018-09-21typo-fixes: miscellaneous typo fixesagnosticdev8-12/+12
2018-09-21Fix the max psk len for TLSv1.3Matt Caswell1-1/+1
2018-09-21Add a test for the certificate callbackMatt Caswell2-1/+98
2018-09-21Delay setting the sig algs until after the cert_cb has been calledMatt Caswell1-15/+17
2018-09-21crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte1-6/+0
2018-09-20/dev/crypto engine: add missing RC4 parameterRichard Levitte1-1/+1
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