summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-09-22Prepare for 1.0.2i releaseOpenSSL_1_0_2iMatt Caswell
2016-09-22Updates CHANGES and NEWS for new releaseMatt Caswell
2016-09-22Avoid KCI attack for GOSTDmitry Belyavsky
2016-09-22Fix a mem leak in NPN handlingMatt Caswell
2016-09-22Fix OCSP Status Request extension unbounded memory growthMatt Caswell
2016-09-22mk1mf.pl: check for no-tls1 here as wellRichard Levitte
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell
2016-09-21Make message buffer slightly larger than message.Dr. Stephen Henson
2016-09-21Use SSL3_HM_HEADER_LENGTH instead of 4.Dr. Stephen Henson
2016-09-21Remove unnecessary check.Dr. Stephen Henson
2016-09-21Dcoument -alpn flagRich Salz
2016-09-21GH1555: Don't bump size on realloc failureRich Salz
2016-09-21apps/apps.c: include sys/socket.h to declare recv()Richard Levitte
2016-09-21Fix small OOB reads.Dr. Stephen Henson
2016-09-21Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell
2016-09-20RT4669: dgst can only sign/verify one fileRichard Levitte
2016-09-19initialize the RSA struct to 0.Marcus Meissner
2016-09-16update default dependenciesDr. Stephen Henson
2016-09-15Revert "Abort on unrecognised warning alerts"Matt Caswell
2016-09-15Finally, make sure vms_term_sock.c is builtRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-15Reformat to fit OpenSSL source code standardsRichard Levitte
2016-09-15Remove entirely unnecessary pointer size guardsRichard Levitte
2016-09-15Add copyright and license on apps/vms_term_sock.[ch]Richard Levitte
2016-09-15VSI submission: redirect terminal input through socketRichard Levitte
2016-09-15Fix memory leak on realloc error.Dr. Stephen Henson
2016-09-15Fix memory leak on error.Dr. Stephen Henson
2016-09-15VMS: only use _realloc32 with /POINTER_SIZE=32Richard Levitte
2016-09-14Add some sanity checks around usage of t_fromb64()Matt Caswell
2016-09-13Abort on unrecognised warning alertsMatt Caswell
2016-09-12Add enginesdir to libcrypto.pc pkg-config fileRichard Levitte
2016-09-11Fix memory leak on error.Dr. Stephen Henson
2016-09-09Make updateRich Salz
2016-09-09If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte
2016-09-07Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse
2016-09-06Misc BN fixesRich Salz
2016-08-31crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov
2016-08-30Ensure the CertStatus message adds a DTLS message header where neededMatt Caswell
2016-08-26SRP_create_verifier does not check for NULL before OPENSSL_cleanseMatt Caswell
2016-08-26Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte
2016-08-26Fix a few leaks in X509_REQ_to_X509.FdaSilvaYY
2016-08-26Add basic test for Cisco DTLS1_BAD_VER and record replay handlingDavid Woodhouse
2016-08-26Fix ubsan 'left shift of negative value -1' error in satsub64be()David Woodhouse
2016-08-26Fix SSL_export_keying_material() for DTLS1_BAD_VERDavid Woodhouse
2016-08-26Fix the no-tls1 optionMatt Caswell
2016-08-26ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov
2016-08-26ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov
2016-08-26ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov
2016-08-26Always use session_ctx when removing a sessionTodd Short
2016-08-24Avoid overflow in MDC2_Update()Dr. Stephen Henson