openssl.git
2017-10-23 Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-23 Matt CaswellCorrect value for BN_security_bits()
2017-10-22 Patrick Steuers390x assembly pack: define OPENSSL_s390xcap_P in s390x...
2017-10-20 Jakub JelenECDSA_* is deprecated. EC_KEY_* is used instead
2017-10-19 Rich SalzAdditional name for all commands
2017-10-17 Patrick Steuers390x assembly pack: remove capability double-checking.
2017-10-17 Patrick Steuercrypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.
2017-10-17 Rich SalzUpdate RAND_load_file return value.
2017-10-13 Dr. Stephen... Backport key redirection test from master branch
2017-10-13 Ben KadukSkip ssl-tests/19-mac-then-encrypt.conf for no-tls1_2
2017-10-11 Dr. Stephen... Document EVP_PKEY_set1_engine()
2017-10-11 Dr. Stephen... make update
2017-10-11 Dr. Stephen... Add EVP_PKEY_set1_engine() function.
2017-10-11 Dr. Stephen... Fix memory leak on lookup failure
2017-10-11 Dr. Stephen... Don't ignore passed ENGINE.
2017-10-11 Matt CaswellEnsure we test all parameters for BN_FLG_CONSTTIME
2017-10-09 Richard LevitteReduce the things we ignore in test/
2017-10-09 Richard LevitteUse the possibility to have test results in a different...
2017-10-09 Richard LevitteFix util/perl/OpenSSL/Test.pm input variable overwrite
2017-10-09 MouseFix parameter name, for common aesthetics and to silenc...
2017-10-09 Richard LevitteFix util/find-doc-nits to correctly parse function...
2017-10-09 Richard LevitteCorrect some typedef documentation
2017-10-08 Rich SalzFix doc for i2d/d2i private/public key
2017-10-06 Richard Levittedoc/apps/openssl.pod: Add missing commands and links
2017-10-05 Emilia KasperTest mac-then-encrypt
2017-10-05 David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
2017-10-04 Matt CaswellRemove an incorrect comment
2017-10-04 Richard LevitteConfigurations/windows-makefile.tmpl: canonicalise...
2017-10-02 Bernd EdlingerFix the return type of felem_is_zero_int which should...
2017-09-30 Andy Polyakovrecipes/25-test_verify.t: reformat.
2017-09-30 David BenjaminGuard against DoS in name constraints handling.
2017-09-29 Samuel WeiserAdded const-time flag to DSA key decoding to avoid...
2017-09-29 Hubert Kariodoc: note that the BN_new() initialises the BIGNUM
2017-09-27 David BenjaminAllow DH_set0_key with only private key.
2017-09-27 Samuel WeiserBN_copy now propagates BN_FLG_CONSTTIME
2017-09-27 Samuel WeiserFixed error in propagating BN_FLG_CONSTTIME flag throug...
2017-09-26 Richard LevitteMake sure that a cert with extensions gets version...
2017-09-23 Pichulin DmitriiFix 'key' option in s_server can be in ENGINE keyform
2017-09-23 Dr. Stephen... Remove dhparam from SSL_CONF list.
2017-09-21 Benjamin KadukReenable s_server -dhparam option
2017-09-19 David BenjaminFix overflow in c2i_ASN1_BIT_STRING.
2017-09-17 PauliNull pointer used.
2017-09-15 Christian HeimesProvide getters for min/max proto version
2017-09-15 Benjamin KadukError out when forcing an unsupported TLS version
2017-09-12 Richard LevitteDisable the EGD seeding meachanism when stdio is disabled
2017-09-11 multicsUpdate rsautl.pod for typo
2017-09-08 Matt CaswellAllow an endpoint to read the alert data before closing...
2017-09-07 Rich SalzFix error handling/cleanup
2017-09-06 Rich SalzAdd checks for alloc failing.
2017-09-01 Richard LevitteFix OpenSSL::Test::Utils::config to actualy load the...
2017-09-01 Andy PolyakovConfigure: base compiler-specific decisions on pre...
2017-09-01 Andy Polyakovcrypto/cryptlib.c: mask more capability bits upon FXSR...
2017-08-31 Richard Levitteutil/mkdef.pl: handle line terminators correctly
2017-08-31 Zhu Qun-YingFixed address family test error for AF_UNIX in BIO_ADDR...
2017-08-28 Rich SalzAvoid out-of-bounds read
2017-08-26 Rich SalzRemove NO_DIRENT; it isn't used anywhere
2017-08-25 Bernd EdlingerClear secret stack values after use in curve25519.c
2017-08-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-25 Matt CaswellFix description of how to report a bug in INSTALL
2017-08-25 Matt CaswellClarify the meaning of no-stdio in INSTALL
2017-08-24 Matt CaswellAdd documentation for SRTP functions
2017-08-23 Dr. Stephen... Correct GCM docs.
2017-08-23 Rich SalzTweak wording to be more clear.
2017-08-21 PauliFix ctype arguments.
2017-08-21 Nicola Tuverievp_test.c: Add PrivPubKeyPair negative tests
2017-08-21 Nicola Tuverievp_test.c: Add PrivPubKeyPair test
2017-08-18 Balaji MarisettiAddressed build failure because of missing #ifdef AF_UN...
2017-08-18 Richard LevitteAdd a comment on expectations in the "tar" target
2017-08-18 Richard LevittePrepare tarball in dist directory
2017-08-18 Richard LevitteTurn on error sensitivity in the "tar" target
2017-08-18 Andy Polyakoverr/err.c: fix "wraparound" bug in ERR_set_error_data.
2017-08-17 Bernd EdlingerClear outputs in PKCS12_parse error handling.
2017-08-16 David von OheimbFix OCSP_basic_verify() cert chain construction in...
2017-08-16 Todd ShortReorder extensions to put SigAlgs last
2017-08-10 Dr. Stephen... no-ec2m fixes
2017-08-10 Dr. Stephen... Add alternative CMS P-256 cert
2017-08-09 Xiaoyin LiuAdd missing HTML tag in www_body in s_server.c
2017-08-08 Dr. Stephen... Support CMS decrypt without a certificate for all key...
2017-08-08 Dr. Stephen... Add test for ECDH CMS key only
2017-08-07 Bernd EdlingerAvoid surpising password dialog in X509 file lookup.
2017-08-05 Xiaoyin LiuFix typo in files in crypto folder
2017-08-03 Richard LevitteRevert "Perl: Use File::Glob::bsd_glob rather than...
2017-08-03 Lingmo Zhuremove horrible pragma macro and remove __owur from...
2017-08-03 Lingmo ZhuRemove the obsolete misleading comment and code related...
2017-08-01 Paul YangAdd EC key generation paragraph in doc/HOWTO/keys.txt
2017-08-01 Ken GoldmanRSA_get0_ functions permit NULL parameters
2017-07-31 Bernd EdlingerFix an information leak in the RSA padding check code.
2017-07-31 Xiaoyin LiuFix errors in SSL_state_string_long
2017-07-31 Xiaoyin Liuapp_isdir() cleanup
2017-07-29 Bernd EdlingerAdd some test coverage for OPENSSL_secure_clear_free
2017-07-29 Bernd EdlingerImplement the CRYPTO_secure_clear_free function.
2017-07-29 Bernd EdlingerClean password buffer on stack for PEM_read_bio_PrivateKey
2017-07-28 Paul YangFix rsa -check option
2017-07-28 Paul YangFix a reference nit in doc
2017-07-28 Richard LevittePerl: Use File::Glob::bsd_glob rather than File::Glob...
2017-07-27 David BenjaminFix comment typo.
2017-07-26 Emeric BrunFix async engine pause dead lock in error case.
2017-07-26 Emilia KasperRemove resolved TODO
2017-07-26 PauliFix potential use-after-free and memory leak
2017-07-25 Andy Polyakovx86_64 assembly pack: "optimize" for Knights Landing.
next