aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Introduce a no-pinshared optionMatt Caswell5-24/+51
2019-01-04Test atexit handlersMatt Caswell2-16/+87
2019-01-04Don't link shlibloadtest against libcryptoMatt Caswell2-50/+90
2019-01-04Implement OPENSSL_INIT_NO_ATEXITMatt Caswell3-6/+41
2019-01-04Fix a RUN_ONCE bugMatt Caswell3-16/+129
2019-01-04Fix shlibloadtest to properly execute the dso_ref testMatt Caswell1-9/+3
2019-01-03Eliminate unused buffers from ssl3_change_cipher_stateDmitry Belyavskiy1-6/+0
2019-01-03Remove unused variables from tls1_change_cipher_stateDmitry Belyavskiy1-12/+0
2019-01-03make updateMatt Caswell6-6/+6
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger3-4/+27
2018-12-30Fix a minor nit in the hkdflabel sizeBernd Edlinger1-1/+1
2018-12-29Fixed minor typo in the req.pod docsBehrang1-1/+1
2018-12-27fixed grammar typoMichael Richardson1-2/+2
2018-12-23Minor doc fixes for EVP_MAC.David Makepeace2-2/+2
2018-12-23EVP_PKEY_size declared to take a const parameterShreya Bhandare3-3/+3
2018-12-23Do not complain when /dev/crypto does not exist.Jung-uk Kim1-1/+6
2018-12-22Coverity fix in some crypto/asn1 codeFdaSilvaYY3-19/+43
2018-12-22Coverity fix in apps/oscpFdaSilvaYY1-1/+1
2018-12-21util/process_docs.pl: handle multiple source directories correctlyRichard Levitte1-93/+102
2018-12-20Admit unknown pkey types at security level 0Ken Goldman1-2/+9
2018-12-19Fix function names in ct(7) documentationChristian Heimes1-1/+1
2018-12-19Some code-cleanup/simplification in appsRich Salz2-66/+64
2018-12-19X509_check_issued: check that signature algo matches signing key algoRichard Levitte3-2/+29
2018-12-17Fix s_client hang on non-compliant NNTP server testQuantomicus1-6/+10
2018-12-15man: harmonize the various formulations in the HISTORY sectionsDr. Matthias St. Pierre114-178/+186
2018-12-15Convert tls1_prf_P_hash to use the EVP_MAC interfaceKurt Roeckx1-23/+23
2018-12-15Deprecate TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSIONKurt Roeckx2-3/+9
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx18-72/+63
2018-12-14ERR: preserve system error number in a few more placesRichard Levitte1-0/+5
2018-12-13Fixes #7879: AES-SIV to use EVP_MAC APIsTodd Short2-29/+29
2018-12-13Add missing OPENSSL_clear_free before using ec->keyMansour Ahmadi1-0/+1
2018-12-13add missing check for BN_mod_inverseMansour Ahmadi1-0/+2
2018-12-13fix inconsistent flen check in rsa_pk1 and rsa_oaepMansour Ahmadi1-1/+1
2018-12-13Ignore duplicated undocumented thingsRich Salz1-3/+7
2018-12-12VMS build: better treatment of .S -> .obj compilationRichard Levitte1-16/+36
2018-12-12doc/man3: remove copy&paste leftoverDr. Matthias St. Pierre1-3/+0
2018-12-12Use the correct function nameJakub Jelen1-1/+1
2018-12-12Fix error in processing $target{enable}Richard Levitte1-2/+2
2018-12-12Fixed typo (vi leftover).Tobias Stoeckmann1-1/+1
2018-12-12Add RFC5297 AES-SIV supportTodd Short21-42/+725
2018-12-11Add an Ed448 malleability testMatt Caswell1-0/+7
2018-12-11Disallow Ed448 signature malleabilityMatt Caswell1-2/+28
2018-12-11typo ANS1 -> ASN1nxtstep3-3/+3
2018-12-11util/mkdef.pl: Remove a ';' that snuck inRichard Levitte1-1/+1
2018-12-11Configuration: $config{shlib_version_number} -> $config{shlib_version}Richard Levitte4-5/+5
2018-12-10apps/tsget.in: use the full version in the user agent stringRichard Levitte1-1/+1
2018-12-10VMS: fix library compatibility settings in util/mkdef.plRichard Levitte1-1/+3
2018-12-10eng_devcrypto: add command to dump driver infoEneas U de Queiroz1-24/+127
2018-12-10eng_devcrypto: add configuration optionsEneas U de Queiroz1-41/+353
2018-12-10eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz1-5/+12