openssl.git
2018-09-13 Matt CaswellAdd an explicit cast to time_t
2018-09-12 Richard LevitteUpdate the documentation on libobj2shlib / obj2shlib
2018-09-12 Richard LevitteVMS: stop trying to build shared libraries from static...
2018-09-12 Dr. Matthias... Replace the public RAND_DRBG_USED_FLAGS #define by...
2018-09-12 Bernd EdlingerFix a possible recursion in SSLfatal handling
2018-09-12 Brian 'geeknik... Update README.md
2018-09-12 Viktor Szakatsminor fixes for Windows
2018-09-12 Richard Levittecrypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly...
2018-09-11 Richard LevitteBuild files: Separate 'lib' intent from 'shlib' intent
2018-09-11 Richard LevitteConfigure: Name object files according to the product...
2018-09-11 Richard LevitteConfigure: DON'T trickle down includes from products...
2018-09-11 PauliLimit the number of AES-GCM keys allowed in TLS. A...
2018-09-11 PauliSpeed for HMACs.
2018-09-11 PauliAdd a note to CHANGES indicating that AES-XTS now enfor...
2018-09-11 PauliFIPS 140-2 IG A.9 XTS key check.
2018-09-11 Richard LevitteThe next version in master is at least 1.1.2, not 1...
2018-09-11 Matt CaswellPrepare for 1.1.1a-dev
2018-09-11 Matt CaswellPrepare for 1.1.1 release OpenSSL_1_1_1
2018-09-11 Matt CaswellUpdate copyright year
2018-09-11 Richard LevitteCAPI engine: add support for RSA_NO_PADDING
2018-09-10 Matt CaswellCheck the return value from ASN1_INTEGER_set
2018-09-10 Matt CaswellValidate the SM2 digest len before use
2018-09-10 Matt CaswellDon't cast an int * to a size_t *
2018-09-10 Matt CaswellMore updates to CHANGES and NEWS for the 1.1.1 release
2018-09-10 Matt CaswellUpdates NEWS for the 1.1.1 release
2018-09-10 Matt CaswellUpdate the pyca-cryptography submodule
2018-09-10 Paul YangAdd a sentence in CHANGES to note SM2 support
2018-09-10 Dr. Matthias... test/evp_extra_test.c: fix null pointer dereference
2018-09-10 Dr. Matthias... crypto/rsa/rsa_pss.c: silence coverity warning
2018-09-10 Dr. Matthias... test/dhtest.c: fix resource leak
2018-09-09 Richard LevitteASN.1 DER: Make INT32 / INT64 types read badly encoded...
2018-09-09 Richard LevitteTESTS: add test of decoding of invalid zero length...
2018-09-08 Richard LevitteSipHash: add separate setter for the hash size
2018-09-08 Richard LevitteTESTS: add SipHash tests with digestsize controls
2018-09-08 Richard LevitteSipHash: make it possible to control the hash size...
2018-09-08 Richard Levittetest/evp_test.c: make it possible to use controls with...
2018-09-07 Matt CaswellDo not reset SNI data in SSL_do_handshake()
2018-09-07 Ben KadukSimplify SSL_get_servername() to avoid session references
2018-09-07 Ben KadukRestore historical SSL_get_servername() behavior
2018-09-07 Matt CaswellEnsure certificate callbacks work correctly in TLSv1.3
2018-09-07 Matt CaswellRemove a reference to SSL_force_post_handshake_auth()
2018-09-07 Matt CaswellTest that we can handle a PHA CertificateRequest after...
2018-09-07 Kurt RoeckxTest that we can process a KeyUpdate received after...
2018-09-07 Matt CaswellProcess KeyUpdate and NewSessionTicket messages after...
2018-09-07 Paul YangAdd missing SM2err and fix doc nits
2018-09-07 Paul YangAllow EVP_MD_CTX_set_pkey_ctx to accept NULL pctx
2018-09-07 Paul YangAdd a SM2(7) man page
2018-09-07 Paul YangUpdate document for SM2 stuffs
2018-09-07 Jack LloydAdd test case for SM2 evp verification
2018-09-07 Paul YangSupport setting SM2 ID
2018-09-07 Paul YangMake SM2 ID stick to specification
2018-09-07 Paul YangSupport pmeth->digest_custom
2018-09-07 Paul YangIntroduce EVP_MD_CTX_set_pkey_ctx
2018-09-07 Paul YangRemove unnecessary sm2_za.c
2018-09-07 Patrick Steuerfuzz/driver.c: appease -Wmissing-prototypes
2018-09-07 Paul YangSupport EdDSA in apps/speed
2018-09-06 PauliAvoid SEGV when giving X509_sign a NULL private key.
2018-09-06 Shane LontisRSA padding Zeroization fixes
2018-09-05 Shane LontisKey zeroization fix for EVP_SealInit + added simple...
2018-09-05 Nicola TuveriHarmonize the error handling codepath
2018-09-05 Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-09-04 Eric CurtinNew openssl subject parser hard to debug
2018-09-04 Shane Lontishkdf zeroization fix
2018-09-04 Shane Lontiskey zeroisation fix for p12
2018-09-04 Shane Lontiskey zeroisation for pvkfmt now done on all branch paths
2018-09-04 Shane Lontiskey zeroization fix for a branch path of tls13_final_fi...
2018-09-04 Richard Levitteopenssl req: don't try to report bits
2018-09-04 Matt CaswellClarify the return value of SSL_client_version()
2018-09-04 Matt CaswellAdd a test for RSA key exchange with both RSA and RSA...
2018-09-04 Matt CaswellDon't use an RSA-PSS cert for RSA key exchange
2018-09-04 Matt CaswellTest creation of tickets when using a TLSv1.3 PSK
2018-09-04 Matt CaswellSend a NewSessionTicket after using an external PSK
2018-09-04 Matt CaswellClarify the EVP_DigestSignInit docs
2018-09-04 Matt CaswellIgnore EPIPE when sending NewSessionTickets in TLSv1.3
2018-09-04 Jakub WilkFix example in crl(1) man page
2018-09-03 Alex GaynorFixed a comment that referenced the wrong method
2018-09-03 PauliFix HMAC SHA3-224 and HMAC SHA3-256.
2018-09-03 Paulo Flabiano... demos/evp: add make clean
2018-09-03 PauliMake OBJ_NAME case insensitive.
2018-09-03 Shane Lontishmac_init cleanup and fix key zeroization issue
2018-09-03 Billy Brumley[test] throw error from wrapper function instead of...
2018-09-03 Billy Brumley[test] ECC: make sure negative tests pass for the right...
2018-09-03 wzhangFix the comment of PEM_read_bio_ex
2018-09-03 Richard LevitteRename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_list
2018-09-03 Paul Kehreradd docs for OCSP_resp_get0_signature
2018-09-03 Paul Kehreradd getter for tbsResponseData and signatureAlgorithm...
2018-09-03 PauliCheck the return from BN_sub() in BN_X931_generate_Xpq().
2018-09-02 PauliCheck for a failure return from EVP_MD_CTX_new() in...
2018-09-02 Eric BrownRemove redundant ASN1_INTEGER_set call
2018-09-01 Matt CaswellAdd a note in the docs about sharing PSKs between TLSv1...
2018-09-01 Erik ForsbergFix ssl/t1_trce.c to parse certificate chains
2018-09-01 Hubert KarioTLSv1.3 related changes to man pages
2018-08-31 Andy PolyakovRevert ".travis.yml: omit linux-ppc64le target."
2018-08-30 Matt CaswellFree SSL object on an error path
2018-08-30 Matt CaswellFix a mem leak on error in the PSK code
2018-08-29 ymlbrightfix out-of-bounds write in sm2_crypt.c
2018-08-26 Andy Polyakovx509v3/v3_purp.c: refine lock-free check in x509v3_cach...
2018-08-26 Andy Polyakovinternal/tsan_assist.h: add tsan_ld_acq and tsan_st_rel.
2018-08-24 Andy PolyakovConfigurations/unix-Makefile.tmpl: address find portabi...
2018-08-24 Paul YangAdd semicolon at the end of the function prototypes
next