openssl.git
2017-12-06 Matt CaswellAdd a test for CVE-2017-3737
2017-12-06 Matt CaswellDon't allow read/write after fatal error
2017-12-06 Andy Polyakovbn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1...
2017-12-04 MerQGhUpdate eng_fat.c
2017-11-30 FdaSilvaYYFix docs for EVP_EncryptUpdate and EVP_DecryptUpdate
2017-11-16 FdaSilvaYYFix possible leaks on sk_X509_EXTENSION_push() failure ...
2017-11-14 Richard LevitteDon't use SSLv3_client_method internally with no-ssl3
2017-11-13 Andy PolyakovConfigure: add back /WX to VC-WIN32.
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-11-11 Long Qinlhash.c: Replace Unicode EN DASH with the ASCII char...
2017-11-11 Richard Levittessltest.c: cb_ticket2 appears to not return a value...
2017-11-10 Richard LevitteVMS: make an alias for a long symbol (> 31 chars)
2017-11-08 Andy Polyakovutil/copy.pl: work around glob quirk in some of earlier...
2017-11-07 Andy Polyakov{aes-armv4|bsaes-armv7|sha256-armv4}.pl: make it work...
2017-11-07 Bernd EdlingerFix error handling in heartbeat processing
2017-11-07 Matt CaswellDon't error with -1 for BIGNUM exp operations
2017-11-07 Rich SalzFix an endless loop in rsa_builtin_keygen.
2017-11-03 Pavel KopylAdd error handling in dsa_main and ASN1_i2d_bio.
2017-11-03 Pavel KopylCheck return value of OBJ_nid2obj in dsa_pub_encode.
2017-11-03 Kurt RoeckxFix no-ssl3-method build
2017-11-02 Matt CaswellPrepare for 1.0.2n-dev
2017-11-02 Matt CaswellPrepare for 1.0.2m release OpenSSL_1_0_2m
2017-11-02 Matt Caswellmake update
2017-11-02 Matt CaswellUpdate CHANGES and NEWS for new release
2017-11-02 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_inte...
2017-11-01 PauliAddress a timing side channel whereby it is possible...
2017-11-01 PauliAddress a timing side channel whereby it is possible...
2017-11-01 David BenjaminFix weak digest in TLS 1.2 with SNI.
2017-10-26 Richard LevitteUse malloc/memset not calloc for WinCE portability
2017-10-26 Matt CaswellDon't use strcasecmp and strncasecmp for IA5 strings
2017-10-25 Matt CaswellDon't make any changes to the lhash structure if we...
2017-10-24 Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-24 Xiangyu BuFix memory leak in GENERAL_NAME_set0_othername.
2017-10-23 Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-19 Rich SalzAdditional name for all commands
2017-10-13 Rich SalzDon't use colortable; avoid Win32 overwrite
2017-10-11 Matt CaswellEnsure we test all parameters for BN_FLG_CONSTTIME
2017-10-03 Dr. Stephen... Fix backport by moving file.
2017-10-03 Paul YangDocument missing EVP_PKEY_method_* items
2017-10-03 Dr. Stephen... update ordinals
2017-10-03 Dr. Stephen... EVP_PKEY_METHOD accessor functions.
2017-10-02 Bernd EdlingerFix the return type of felem_is_zero_int which should...
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-29 Hubert Kariodoc: BN_free() is NULL-safe
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-19 David BenjaminFix overflow in c2i_ASN1_BIT_STRING.
2017-09-11 multicsUpdate rsautl.pod for typo
2017-09-07 Rich SalzFix error handling/cleanup
2017-08-28 Rich SalzAvoid out-of-bounds read
2017-08-25 Matt CaswellRemove an out of date reference to RT
2017-08-24 Rich SalzFix cherry-pick; move file.
2017-08-23 Dr. Stephen... Correct GCM docs.
2017-08-23 Rich SalzTweak wording to be more clear.
2017-08-22 PauliUse casts for arguments to ctype functions.
2017-08-18 Dr. Stephen... Set FIPS thread id callback.
2017-08-18 David von OheimbFix OCSP_basic_verify() cert chain construction in...
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-15 Richard LevitteFix 'no-cms'
2017-08-09 Xiaoyin LiuAdd missing HTML tag in www_body in s_server.c
2017-08-07 Bernd EdlingerAvoid surpising password dialog in X509 file lookup.
2017-08-07 Rich SalzAdd NOTTOOLONG macro for more clear code.
2017-08-04 Bernd EdlingerAdd a missing CRYPTO_w_unlock in get_cert_by_subject
2017-07-31 Bernd EdlingerFix an information leak in the RSA padding check code.
2017-07-29 Bernd EdlingerClean password buffer on stack for PEM_read_bio_PrivateKey
2017-07-28 Paul YangFix a reference nit in doc
2017-07-27 Paul YangBackport X509_check_private_key.pod
2017-07-27 David BenjaminFix comment typo.
2017-07-25 Andy Polyakovx86_64 assembly pack: "optimize" for Knights Landing.
2017-07-25 Simon RichterFix installation on VC-WIN32 with nmake
2017-07-24 Xiaoyin Liuschlock global variable needs to be volatile
2017-07-24 Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
2017-07-22 Dr. Stephen... Fix RSA-PSS in FIPS mode by switching digest implementa...
2017-07-20 Richard LevitteFix apps/s_client.c's XMPP client
2017-07-19 Matt CaswellRemove some dead code
2017-07-19 Matt CaswellFix undefined behaviour in e_aes_cbc_hmac_sha256.c...
2017-07-18 Emilia KasperRSA_padding_check_PKCS1_type_2 is not constant time.
2017-07-16 Bernd EdlingerBackport of 5b8fa43 and remove resolved TODO: see PR...
2017-07-15 simon-p-rfix copy and copy-if-different whitespace problem
2017-07-06 Richard LevitteAvoid possible memleak in X509_policy_check()
2017-07-05 Bernd EdlingerFix a memleak in X509_PKEY_new.
2017-07-05 Richard LevitteUndo one UI fix
2017-07-05 Richard LevitteFix small UI issues
2017-07-04 Rich SalzAdd echo for each build phase
2017-07-02 Bernd EdlingerFix a memleak in ec_GFp_mont_group_set_curve.
2017-07-02 Bernd EdlingerFix a memory leak in ecdh/ecdsa_check.
2017-06-25 Richard Levittetsget: remove call of WWW::Curl::Easy::global_cleanup
2017-06-21 Benjamin KadukRemove inadvertently commited test binaries
2017-06-21 Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-06-17 Bernd EdlingerRemove a pointless "#if 0" block from BN_mul.
2017-06-14 Bernd EdlingerFix a possible crash in dsa_builtin_paramgen2.
2017-06-14 Bernd EdlingerFix possible crash in X931 code.
2017-06-14 Bernd EdlingerRemove the fallback from ERR_get_state because the
2017-06-14 Bernd EdlingerFix a possible crash in the error handling.
2017-06-10 Rich SalzRemove needless type casting.
2017-06-10 Paul YangFix possible usage of NULL pointers in apps/spkac.c
2017-06-09 Jonathan ProtzenkoFix speed command for alternation of ciphers and digests.
next