openssl.git
2019-01-27 David Asrafcrypto/bn: fix return value in BN_generate_prime
2019-01-27 Shigeki Ohtsus_client: fix not to send a command letter of R
2019-01-27 Tomas MrazRemove stray -modulus option from the ec manual page.
2019-01-27 Matthias KraftAdd "weak" declarations of symbols used in safestack...
2019-01-25 Dr. Matthias... X509_STORE: fix two misspelled compatibility macros
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-24 Matt CaswellRevert "Keep the DTLS timer running after the end of...
2019-01-24 Matt CaswellMake sure we trigger retransmits in DTLS testing
2019-01-22 Matt EatonUpdate NOTES.ANDROID
2019-01-21 Bernd EdlingerMake ca command silently use default if .attr file...
2019-01-21 Bernd EdlingerPPC: Try out if mftb works before using it
2019-01-21 Corey MinyardFix a memory leak in the mem bio
2019-01-16 David BenjaminReduce inputs before the RSAZ code.
2019-01-16 Richard Levitteapps/verify.c: Change an old comment to clarify what...
2019-01-16 Richard Levittecrypto/armcap.c, crypto/ppccap.c: stricter use of getau...
2019-01-16 Richard Levittecrypto/uid.c: use own macro as guard rather than AT_SECURE
2019-01-15 Matt CaswellDon't get the mac type in TLSv1.3
2019-01-15 Matt CaswellAdd missing entries in ssl_mac_pkey_id
2019-01-15 Matt CaswellCheck more return values in the SRP code
2019-01-15 Matt CaswellCheck a return value in the SRP code
2019-01-08 Matt CaswellDon't artificially limit the size of the ClientHello
2019-01-08 FdaSilvaYYFix CID 1434549: Unchecked return value in test/evp_test.c
2019-01-07 Viktor DukhovniMore configurable crypto and ssl library initialization
2019-01-07 Viktor DukhovniUpdate generator copyright year.
2019-01-07 Matt CaswellAdd a test for correct handling of the cryptopro bug...
2019-01-07 Matt CaswellDon't complain if we receive the cryptopro extension...
2019-01-07 Dr. Matthias... doc/man1/x509.pod: fix typo
2019-01-06 Dmitry BelyavskiyRestore compatibility with GOST2001 implementations.
2019-01-06 Matt CaswellFix no-cmac
2019-01-04 Matt CaswellSupport _onexit() in preference to atexit() on Windows
2019-01-04 Matt CaswellIntroduce a no-pinshared option
2019-01-04 Matt CaswellTest atexit handlers
2019-01-04 Matt CaswellDon't link shlibloadtest against libcrypto
2019-01-04 Matt CaswellImplement OPENSSL_INIT_NO_ATEXIT
2019-01-04 Matt CaswellFix a RUN_ONCE bug
2019-01-04 Matt CaswellFix shlibloadtest to properly execute the dso_ref test
2019-01-03 Dmitry BelyavskiyEliminate unused buffers from ssl3_change_cipher_state
2019-01-03 Dmitry BelyavskiyRemove unused variables from tls1_change_cipher_state
2019-01-03 Matt Caswellmake update
2018-12-31 Bernd EdlingerFix cert with rsa instead of rsaEncryption as public...
2018-12-30 Bernd EdlingerFix a minor nit in the hkdflabel size
2018-12-29 BehrangFixed minor typo in the req.pod docs
2018-12-27 Michael Richardsonfixed grammar typo
2018-12-23 Jung-uk KimDo not complain when /dev/crypto does not exist.
2018-12-22 Shreya BhandareEVP_PKEY_size declared to take a const parameter
2018-12-22 FdaSilvaYYCoverity fix in some crypto/asn1 code
2018-12-22 FdaSilvaYYCoverity fix in apps/oscp
2018-12-20 Ken GoldmanAdmit unknown pkey types at security level 0
2018-12-19 Christian HeimesFix function names in ct(7) documentation
2018-12-15 Dr. Matthias... man: harmonize the various formulations in the HISTORY...
2018-12-14 Richard LevitteERR: preserve system error number in a few more places
2018-12-13 Mansour AhmadiAdd missing OPENSSL_clear_free before using ec->key
2018-12-13 Mansour Ahmadiadd missing check for BN_mod_inverse
2018-12-13 Mansour Ahmadifix inconsistent flen check in rsa_pk1 and rsa_oaep
2018-12-12 Richard LevitteVMS build: better treatment of .S -> .obj compilation
2018-12-12 Dr. Matthias... doc/man3: remove copy&paste leftover
2018-12-12 Jakub JelenUse the correct function name
2018-12-12 Richard LevitteFix error in processing $target{enable}
2018-12-12 Tobias StoeckmannFixed typo (vi leftover).
2018-12-11 Matt CaswellAdd an Ed448 malleability test
2018-12-11 Matt CaswellDisallow Ed448 signature malleability
2018-12-10 Eneas U de... eng_devcrypto: make sure digest can do copy
2018-12-10 Eneas U de... eng_devcrypto: fix ctr mode
2018-12-10 Eneas U de... eng_devcrypto: add cipher CTX copy function
2018-12-10 Eneas U de... eng_devcrypto: close session on cleanup, not final
2018-12-10 Eneas U de... eng_devcrypto: fix copy of unitilialized digest
2018-12-10 Eneas U de... eng_devcrypto: expand digest failure cases
2018-12-10 Eneas U de... eng_devcrypto: don't leak methods tables
2018-12-10 Eneas U de... INSTALL: add note about devcrypto engine
2018-12-10 Matt CaswellDocument the num_tickets s_server option
2018-12-10 Matt CaswellPreserve errno on dlopen
2018-12-10 Matt CaswellMake sure build_SYS_str_reasons() preserves errno
2018-12-10 Richard Levittemake update
2018-12-10 Richard LevittePrevent calling decryption in an encryption context...
2018-12-08 Andy Polyakoverr/err.c: improve err_clear_last_constant_time's porta...
2018-12-07 Richard LevitteMake EVP_PKEY_asn1_add0() stricter about its input
2018-12-07 FdaSilvaYYDoc: fix reference to deprecated methods.
2018-12-06 Dr. Matthias... curve25519.c: improve formula alignment
2018-12-06 Dr. Matthias... curve25519.c: reformat code to follow coding guidelines
2018-12-05 Matt CaswellFix some SSL_export_keying_material() issues
2018-12-05 Matt CaswellRevert "Reduce stack usage in tls13_hkdf_expand"
2018-12-05 Andy Polyakovbn/bn_{div|shift}.c: introduce fixed-top interfaces.
2018-12-05 Andy Polyakovbn/bn_div.c: make conditional addition unconditional
2018-12-05 Andy PolyakovConfigure: recognize div3w modules and add -DBN_DIV3W.
2018-12-05 Andy PolyakovConfigurations/10-main.conf: remove MIPS bn_div_3_words.
2018-12-03 Matt CaswellAdd an Ed25519 signature maleability test
2018-12-03 Matt CaswellDisallow Ed25519 signature maleability
2018-12-03 Richard LevitteDocs fixup: some man3 pages had unindented code in...
2018-11-30 Andy Polyakovrsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant...
2018-11-30 Andy Polyakovrsa/rsa_oaep.c: remove memcpy calls from RSA_padding_ch...
2018-11-30 Andy Polyakovrsa/rsa_pk1.c: remove memcpy calls from RSA_padding_che...
2018-11-30 Andy Polyakovrsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_de...
2018-11-30 Andy Polyakoverr/err.c: add err_clear_last_constant_time.
2018-11-27 Richard LevitteDon't test the collected system errors when configured...
2018-11-27 Paul YangFix access zero memory if SSL_DEBUG is enabled
2018-11-27 Richard LevitteVMS build: don't forget the generation marker when...
2018-11-27 Richard LevitteVMS build: in descrip.mms.tmpl's src2obj, do .S ->...
2018-11-26 Billy BrumleyClean up BN_consttime_swap.
2018-11-24 Richard LevitteAvoid test_errstr in a cross compiled configuration
2018-11-24 Richard LevitteHave util/mktar.sh display the absolute path to the...
next