summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-07Update generator copyright year.Viktor Dukhovni
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell
2019-01-07Don't complain if we receive the cryptopro extension in the ClientHelloMatt Caswell
2019-01-07doc/man1/x509.pod: fix typoDr. Matthias St. Pierre
2019-01-06Restore compatibility with GOST2001 implementations.Dmitry Belyavskiy
2019-01-06Fix no-cmacMatt Caswell
2019-01-04Support _onexit() in preference to atexit() on WindowsMatt Caswell
2019-01-04Introduce a no-pinshared optionMatt Caswell
2019-01-04Test atexit handlersMatt Caswell
2019-01-04Don't link shlibloadtest against libcryptoMatt Caswell
2019-01-04Implement OPENSSL_INIT_NO_ATEXITMatt Caswell
2019-01-04Fix a RUN_ONCE bugMatt Caswell
2019-01-04Fix shlibloadtest to properly execute the dso_ref testMatt Caswell
2019-01-03Eliminate unused buffers from ssl3_change_cipher_stateDmitry Belyavskiy
2019-01-03Remove unused variables from tls1_change_cipher_stateDmitry Belyavskiy
2019-01-03make updateMatt Caswell
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger
2018-12-30Fix a minor nit in the hkdflabel sizeBernd Edlinger
2018-12-29Fixed minor typo in the req.pod docsBehrang
2018-12-27fixed grammar typoMichael Richardson
2018-12-23Do not complain when /dev/crypto does not exist.Jung-uk Kim
2018-12-23EVP_PKEY_size declared to take a const parameterShreya Bhandare
2018-12-22Coverity fix in some crypto/asn1 codeFdaSilvaYY
2018-12-22Coverity fix in apps/oscpFdaSilvaYY
2018-12-20Admit unknown pkey types at security level 0Ken Goldman
2018-12-19Fix function names in ct(7) documentationChristian Heimes
2018-12-15man: harmonize the various formulations in the HISTORY sectionsDr. Matthias St. Pierre
2018-12-14ERR: preserve system error number in a few more placesRichard Levitte
2018-12-13Add missing OPENSSL_clear_free before using ec->keyMansour Ahmadi
2018-12-13add missing check for BN_mod_inverseMansour Ahmadi
2018-12-13fix inconsistent flen check in rsa_pk1 and rsa_oaepMansour Ahmadi
2018-12-12VMS build: better treatment of .S -> .obj compilationRichard Levitte
2018-12-12doc/man3: remove copy&paste leftoverDr. Matthias St. Pierre
2018-12-12Use the correct function nameJakub Jelen
2018-12-12Fix error in processing $target{enable}Richard Levitte
2018-12-12Fixed typo (vi leftover).Tobias Stoeckmann
2018-12-11Add an Ed448 malleability testMatt Caswell
2018-12-11Disallow Ed448 signature malleabilityMatt Caswell
2018-12-10eng_devcrypto: make sure digest can do copyEneas U de Queiroz
2018-12-10eng_devcrypto: fix ctr modeEneas U de Queiroz
2018-12-10eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz
2018-12-10eng_devcrypto: close session on cleanup, not finalEneas U de Queiroz
2018-12-10eng_devcrypto: fix copy of unitilialized digestEneas U de Queiroz
2018-12-10eng_devcrypto: expand digest failure casesEneas U de Queiroz
2018-12-10eng_devcrypto: don't leak methods tablesEneas U de Queiroz
2018-12-10INSTALL: add note about devcrypto engineEneas U de Queiroz
2018-12-10Document the num_tickets s_server optionMatt Caswell
2018-12-10Preserve errno on dlopenMatt Caswell
2018-12-10Make sure build_SYS_str_reasons() preserves errnoMatt Caswell
2018-12-10make updateRichard Levitte