summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2l releaseOpenSSL_1_0_2lMatt Caswell2017-05-254-6/+6
* make updateMatt Caswell2017-05-251-12/+46
* Update CHANGES and NEWS for new releaseMatt Caswell2017-05-252-3/+1
* Ignore -rle and -comp when compiled with OPENSSL_NO_COMP.Bernd Edlinger2017-05-251-2/+10
* Fix regression in openssl req -x509 behaviour.Tomas Mraz2017-05-172-2/+7
* Remove notification settings from appveyor.ymlRichard Levitte2017-05-171-8/+0
* Remove dead code.Pauli2017-05-111-2/+0
* Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell2017-05-103-0/+24
* perlasm/x86_64-xlate.pl: work around problem with hex constants in masm.Andy Polyakov2017-05-051-2/+3
* Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell2017-05-022-26/+43
* RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz2017-05-021-0/+2
* Fix URL links in commentRich Salz2017-05-021-4/+8
* Fix time offset calculation.Todd Short2017-05-022-2/+2
* Check fflush on BIO_ctrl callRich Salz2017-04-303-4/+11
* Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger2017-04-261-7/+2
* check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz2017-04-243-1/+10
* Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor2017-04-241-1/+2
* Fixed typo in X509_STORE_CTX_new descriptionCamille Guérin2017-04-221-1/+1
* Numbers greater than 1 are usually non-negative.David Benjamin2017-04-221-18/+6
* pkeyutl exit with 0 if the verification succeededjunfx2017-04-131-1/+3
* Additional check to handle BAD SSL_write retryRich Salz2017-04-111-1/+1
* crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.Andy Polyakov2017-04-041-0/+24
* Ensure dhparams can handle X9.42 params in DERMatt Caswell2017-04-031-6/+18
* Add missing macros for DHxparamsMatt Caswell2017-04-031-6/+23
* Fix for #2730. Add CRLDP extension to list of supported extensionsJon Spillett2017-03-311-0/+1
* Free the compression methods in s_server and s_clientMatt Caswell2017-03-292-0/+2
* doc: Add stitched ciphers to EVP_EncryptInit.podSteven Collison2017-03-291-3/+6
* doc: Add missing options in s_{server,client}Steven Collison2017-03-292-0/+29
* Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger2017-03-291-1/+3
* Add documentation for SNI APIsJon Spillett2017-03-291-0/+62
* aes/asm/bsaes-armv7.pl: relax stack alignment requirement.Andy Polyakov2017-03-261-1/+1
* Fixed a gcc-7-strict-warnings issue.Bernd Edlinger2017-03-251-3/+4
* Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...Bernd Edlinger2017-03-251-1/+3
* bn/asm/sparcv9-mont.pl: fix squaring code path.Andy Polyakov2017-03-241-13/+16
* Guard last few debugging printfs in libsslRichard Levitte2017-03-232-0/+8
* aes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT paths.Andy Polyakov2017-03-222-0/+2
* Fix BAD CCS alert in DTLSMatt Caswell2017-03-211-2/+2
* Fix error paths in ASN1_TIME_to_generalizedtimeMatt Caswell2017-03-211-3/+2
* Avoid a mem leak on errorMatt Caswell2017-03-211-10/+6
* Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte2017-03-201-6/+28
* Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx2017-03-201-1/+1
* Cast to an unsigned type before negatingKurt Roeckx2017-03-202-2/+2
* Avoid signed overflowKurt Roeckx2017-03-201-1/+1
* Fixed a crash in print_notice.Bernd Edlinger2017-03-151-3/+9
* Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger2017-03-131-2/+11
* Better way to recognise mingw64 in config scriptRichard Levitte2017-03-131-2/+9
* crypto/x86*cpuid.pl: move extended feature detection.Andy Polyakov2017-03-132-31/+28
* Document in CHANGES that config now recognises 64-bit mingwRichard Levitte2017-03-131-0/+4
* Fix a memory leak in X509_STORE_add_cert/crl error handling.Bernd Edlinger2017-03-131-4/+12
* Fix DTLSv1_listen() sequence numbersMatt Caswell2017-03-132-13/+11