summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-05-19Check that the obtained public key is validMatt Caswell
2016-05-19Fix a double free in tls1_setup_key_blockMatt Caswell
2016-05-18Fix SRP client key computationCynh
2016-05-18Cleanup openssl.ecRichard Levitte
2016-05-18Fix util/mkerr.plRichard Levitte
2016-05-18Run the refreshed scriptsRichard Levitte
2016-05-18Refresh seldom used C generating scripts to current C standardRichard Levitte
2016-05-18Avoid double declaration of COMP_METHODAlessandro Ghedini
2016-05-18Document the esc_2254 command line name optionRichard Levitte
2016-05-18make updateRichard Levitte
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte
2016-05-17Don't require any length of password when decryptingRichard Levitte
2016-05-17Add missing initialiser in e_chil.cRichard Levitte
2016-05-17Add support for RC / WINDRES env variablesRichard Levitte
2016-05-17Remove repeated condition from if in X509_NAME_onelineMatt Caswell
2016-05-17Fix SSL compression symbol exportingMatt Caswell
2016-05-16Documentation: Clarify sizes for UI_add_input_string()Richard Levitte
2016-05-16Windows: Add CRYPT32.LIB to the libraries to link your app withRichard Levitte
2016-05-14RT3513: req doesn't display attributes using utf8stringisnotnick
2016-05-12Use RPMBUILD macros rather than hard coded paths in openssl.specRichard Levitte
2016-05-11Recommend GH over RT, per team vote.Rich Salz
2016-05-11Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.cSteven Valdez
2016-05-11Add -signcert to CA.pl usage message.Dr. Stephen Henson
2016-05-11Fix i2d_X509_AUX and update docsViktor Dukhovni
2016-05-10GH837: Avoid double-free in OCSP parse.Rich Salz
2016-05-10Typo.Dr. Stephen Henson
2016-05-09Add NULL check in i2d_PrivateKey()Richard Levitte
2016-05-09Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell
2016-05-09Only call FIPS_update, FIPS_final in FIPS mode.Dr. Stephen Henson
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson
2016-05-06Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson
2016-05-06Only set CMS parameter when encryptingDr. Stephen Henson
2016-05-06Use default ASN.1 for SEED.Dr. Stephen Henson
2016-05-05Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson
2016-05-05Check return of PEM_write_* functions and report possible errorsRichard Levitte
2016-05-04Fix name length limit check.Dr. Stephen Henson
2016-05-04Fix double free in d2i_PrivateKey().Dr. Stephen Henson
2016-05-04add documentationDr. Stephen Henson
2016-05-03Prepare for 1.0.2i-devMatt Caswell
2016-05-03Prepare for 1.0.2h releaseOpenSSL_1_0_2hMatt Caswell
2016-05-03make updateMatt Caswell
2016-05-03Update CHANGES and NEWS for the new releaseMatt Caswell
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson
2016-05-03Check that we have enough padding characters.Kurt Roeckx
2016-05-03Remove some documentation for functions not in 1.0.xMatt Caswell
2016-05-03Add documentation for EVP_EncodeInit() and similar functionsMatt Caswell
2016-05-03Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell
2016-05-03Avoid overflow in EVP_EncodeUpdateMatt Caswell
2016-05-03Prevent EBCDIC overread for very long stringsMatt Caswell