aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Run the refreshed scriptsRichard Levitte2016-05-181-22/+22
* Refresh seldom used C generating scripts to current C standardRichard Levitte2016-05-182-64/+68
* Avoid double declaration of COMP_METHODAlessandro Ghedini2016-05-181-2/+2
* Document the esc_2254 command line name optionRichard Levitte2016-05-181-1/+6
* make updateRichard Levitte2016-05-181-4/+4
* Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte2016-05-184-9/+29
* Don't require any length of password when decryptingRichard Levitte2016-05-171-3/+9
* Add missing initialiser in e_chil.cRichard Levitte2016-05-171-1/+1
* Add support for RC / WINDRES env variablesRichard Levitte2016-05-173-1/+6
* Remove repeated condition from if in X509_NAME_onelineMatt Caswell2016-05-171-1/+1
* Fix SSL compression symbol exportingMatt Caswell2016-05-175-23/+27
* Documentation: Clarify sizes for UI_add_input_string()Richard Levitte2016-05-161-6/+6
* Windows: Add CRYPT32.LIB to the libraries to link your app withRichard Levitte2016-05-161-11/+11
* RT3513: req doesn't display attributes using utf8stringisnotnick2016-05-141-0/+1
* Use RPMBUILD macros rather than hard coded paths in openssl.specRichard Levitte2016-05-121-9/+12
* Recommend GH over RT, per team vote.Rich Salz2016-05-111-28/+58
* Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.cSteven Valdez2016-05-111-7/+6
* Add -signcert to CA.pl usage message.Dr. Stephen Henson2016-05-111-2/+1
* Fix i2d_X509_AUX and update docsViktor Dukhovni2016-05-112-3/+65
* GH837: Avoid double-free in OCSP parse.Rich Salz2016-05-101-3/+9
* Typo.Dr. Stephen Henson2016-05-101-1/+1
* Add NULL check in i2d_PrivateKey()Richard Levitte2016-05-091-3/+6
* Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin2016-05-092-1/+7
* Fix BIO_eof() for BIO pairsMatt Caswell2016-05-092-8/+10
* Only call FIPS_update, FIPS_final in FIPS mode.Dr. Stephen Henson2016-05-091-7/+7
* Constify PKCS12_newpass()Dr. Stephen Henson2016-05-062-10/+12
* Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson2016-05-061-50/+43
* Only set CMS parameter when encryptingDr. Stephen Henson2016-05-061-15/+16
* Use default ASN.1 for SEED.Dr. Stephen Henson2016-05-061-1/+2
* Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson2016-05-051-11/+14
* Check return of PEM_write_* functions and report possible errorsRichard Levitte2016-05-051-4/+5
* Fix name length limit check.Dr. Stephen Henson2016-05-041-4/+2
* Fix double free in d2i_PrivateKey().Dr. Stephen Henson2016-05-041-3/+5
* add documentationDr. Stephen Henson2016-05-041-0/+59
* Prepare for 1.0.2i-devMatt Caswell2016-05-035-5/+13
* Prepare for 1.0.2h releaseOpenSSL_1_0_2hMatt Caswell2016-05-034-6/+6
* make updateMatt Caswell2016-05-031-6/+7
* Update CHANGES and NEWS for the new releaseMatt Caswell2016-05-032-1/+93
* Fix ASN1_INTEGER handling.Dr. Stephen Henson2016-05-033-6/+0
* Check that we have enough padding characters.Kurt Roeckx2016-05-032-0/+6
* Remove some documentation for functions not in 1.0.xMatt Caswell2016-05-031-22/+3
* Add documentation for EVP_EncodeInit() and similar functionsMatt Caswell2016-05-032-0/+151
* Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell2016-05-031-2/+8
* Avoid overflow in EVP_EncodeUpdateMatt Caswell2016-05-031-1/+1
* Prevent EBCDIC overread for very long stringsMatt Caswell2016-05-031-2/+3
* Fix encrypt overflowMatt Caswell2016-05-031-1/+1
* Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson2016-05-021-2/+3
* Remove confusing comment.TJ Saunders2016-05-021-1/+0
* Issue #719:TJ Saunders2016-05-022-7/+30
* Don't free ret->data if malloc fails.Dr. Stephen Henson2016-04-291-2/+2