summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-05-25Prepare for 1.0.2l releaseOpenSSL_1_0_2lMatt Caswell
2017-05-25make updateMatt Caswell
2017-05-25Update CHANGES and NEWS for new releaseMatt Caswell
2017-05-25Ignore -rle and -comp when compiled with OPENSSL_NO_COMP.Bernd Edlinger
2017-05-17Fix regression in openssl req -x509 behaviour.Tomas Mraz
2017-05-17Remove notification settings from appveyor.ymlRichard Levitte
2017-05-11Remove dead code.Pauli
2017-05-10Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell
2017-05-05perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.Andy Polyakov
2017-05-02Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell
2017-05-02RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz
2017-05-02Fix URL links in commentRich Salz
2017-05-02Fix time offset calculation.Todd Short
2017-04-30Check fflush on BIO_ctrl callRich Salz
2017-04-26Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz
2017-04-24Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor
2017-04-22Fixed typo in X509_STORE_CTX_new descriptionCamille Guérin
2017-04-22Numbers greater than 1 are usually non-negative.David Benjamin
2017-04-13pkeyutl exit with 0 if the verification succeededjunfx
2017-04-11Additional check to handle BAD SSL_write retryRich Salz
2017-04-04crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.Andy Polyakov
2017-04-03Ensure dhparams can handle X9.42 params in DERMatt Caswell
2017-04-03Add missing macros for DHxparamsMatt Caswell
2017-03-31Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett
2017-03-29Free the compression methods in s_server and s_clientMatt Caswell
2017-03-29doc: Add stitched ciphers to EVP_EncryptInit.podSteven Collison
2017-03-29doc: Add missing options in s_{server,client}Steven Collison
2017-03-29Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger
2017-03-29Add documentation for SNI APIsJon Spillett
2017-03-26aes/asm/bsaes-armv7.pl: relax stack alignment requirement.Andy Polyakov
2017-03-25Fixed a gcc-7-strict-warnings issue.Bernd Edlinger
2017-03-25Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...Bernd Edlinger
2017-03-24bn/asm/sparcv9-mont.pl: fix squaring code path.Andy Polyakov
2017-03-23Guard last few debugging printfs in libsslRichard Levitte
2017-03-22aes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT paths.Andy Polyakov
2017-03-21Fix BAD CCS alert in DTLSMatt Caswell
2017-03-21Fix error paths in ASN1_TIME_to_generalizedtimeMatt Caswell
2017-03-21Avoid a mem leak on errorMatt Caswell
2017-03-20Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte
2017-03-20Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2017-03-20Cast to an unsigned type before negatingKurt Roeckx
2017-03-20Avoid signed overflowKurt Roeckx
2017-03-15Fixed a crash in print_notice.Bernd Edlinger
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger
2017-03-13Better way to recognise mingw64 in config scriptRichard Levitte
2017-03-13crypto/x86*cpuid.pl: move extended feature detection.Andy Polyakov
2017-03-13Document in CHANGES that config now recognises 64-bit mingwRichard Levitte
2017-03-13Fix a memory leak in X509_STORE_add_cert/crl error handling.Bernd Edlinger
2017-03-13Fix DTLSv1_listen() sequence numbersMatt Caswell