openssl.git
2014-11-27 Matt CaswellAdd checks to the return value of EVP_Cipher to prevent...
2014-11-27 Matt CaswellRemove redundant checks in ssl_cert_dup. This was causi...
2014-11-27 Matt CaswellRemove duplicated code
2014-11-27 Matt CaswellTidy up ocsp help output
2014-11-27 André GuerreiroAdd documentation on -timeout option in the ocsp utility
2014-11-27 GuenterNetWare compilation fix.
2014-11-27 Matt CaswellUpdates to X509_NAME_get_index_by_NID.pod submitted...
2014-11-27 Matt CaswellUpdates to X509_NAME_add_entry_by_txt.pod submitted...
2014-11-27 Matt CaswellUpdates to EVP_PKEY_encrypt.pod submitted by user Berna...
2014-11-27 Matt CaswellAdd include of ssl.h which is required by srtp.h
2014-11-26 Matt CaswellFixed memory leak due to incorrect freeing of DTLS...
2014-11-25 Matt CaswellCorrected comments in ssl.h about SSLv23_method and...
2014-11-20 David BenjaminDo not resume a session if the negotiated protocol...
2014-11-20 Emilia KasperEnsure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok...
2014-11-20 Emilia KasperAlways require an advertised NewSessionTicket message.
2014-11-20 Emilia KasperRemove ssl3_check_finished.
2014-11-20 Emilia KasperSet s->hit when resuming from external pre-shared secret.
2014-11-20 Emilia KasperReset s->tlsext_ticket_expected in ssl_scan_serverhello...
2014-11-19 Dr. Stephen... New option no-ssl3-method which removes SSLv3_*method
2014-11-18 Matt CaswellAdded OPENSSL_NO_EC2M guards around the preferred EC...
2014-11-17 Jan HykelDon't use msg on error.
2014-11-13 Dr. Stephen... Fix cross reference table generator.
2014-11-12 Alok MenghrajaniFixes a minor typo in the EVP docs.
2014-11-12 Michal BozonCorrect timestamp output when clock_precision_digits > 0
2014-11-12 Matt CaswellFix free of garbage pointer. PR#3595
2014-11-11 Kurt RoeckxFix warning about negative unsigned intergers
2014-11-10 Russell CokerFix datarace reported by valgrind/helgrind
2014-10-29 Andy Polyakovmd32_common.h: address compiler warning in HOST_c2l.
2014-10-28 Samuel NevesUse only unsigned arithmetic in constant-time operations
2014-10-28 Emilia KasperTighten session ticket handling
2014-10-27 Emilia KasperFix ssltest logic when some protocols are compiled...
2014-10-21 Bodo MoellerFix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.
2014-10-21 Bodo MoellerWhen processing ClientHello.cipher_suites, don't ignore...
2014-10-21 Kurt RoeckxKeep old method in case of an unsupported protocol
2014-10-20 Tim Hudsonno-ssl2 with no-ssl3 does not mean drop the ssl lib
2014-10-17 Andy Polyakove_os.h: refine inline override logic (to address warnin...
2014-10-17 Andy Polyakove_os.h: allow inline functions to be compiled by legacy...
2014-10-17 Kurt CancemiRT3547: Add missing static qualifier
2014-10-15 Matt CaswellPrepare for 1.0.1k-dev
2014-10-15 Matt CaswellPrepare for 1.0.1j release OpenSSL_1_0_1j
2014-10-15 Matt CaswellUpdates to NEWS
2014-10-15 Matt CaswellAdd updates to CHANGES file
2014-10-15 Geoff ThorpeFix no-ssl3 configuration option
2014-10-15 Dr. Stephen... Fix for session tickets memory leak.
2014-10-15 Matt CaswellFix SRTP compile issues for windows
2014-10-15 Matt CaswellFix for SRTP Memory Leak
2014-10-15 Bodo MoellerFix SSL_R naming inconsistency.
2014-10-15 Andy Polyakovaesni-x86_64.pl: make ECB subroutine Windows ABI compliant.
2014-10-15 Tim HudsonAdd constant_time_locl.h to HEADERS,
2014-10-15 Richard LevitteAdd the constant time test to the VMS build and tests
2014-10-15 Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-10-15 Richard LevitteSpaces were added in some strings for better readabilit...
2014-10-15 Richard LevitteAdjust VMS build to Unix build. Most of all, make...
2014-10-15 Richard LevitteMake sure test/tests.com exit gracefully, even when...
2014-10-15 Richard LevitteUpdate the VMS build according to the latest unixly...
2014-10-15 Richard LevitteMake sure that disabling the MAYLOSEDATA3 warning is...
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-10-10 Dr. Stephen... Preserve digests for SNI.
2014-10-06 Matt CaswellRemoved duplicate definition of PKCS7_type_is_encrypted
2014-09-29 Dr. Stephen... Add additional DigestInfo checks.
2014-09-25 Emilia KasperAdd missing tests
2014-09-24 Dr. Stephen... Use correct function name: CMS_add1_signer()
2014-09-24 Andy Polyakovcrypto/bn/bn_nist.c: work around MSC ARM compiler bug.
2014-09-24 Emilia KasperRT3425: constant-time evp_enc
2014-09-24 Emilia KasperRT3067: simplify patch
2014-09-24 Adam LangleyThis change alters the processing of invalid, RSA pre...
2014-09-24 Emilia KasperRT3066: rewrite RSA padding checks to be slightly more...
2014-09-21 Tim HudsonFixed error introduced in commit f2be92b94dad3c6cbdf79d...
2014-09-10 Rich SalzRT2560: missing NULL check in ocsp_req_find_signer
2014-09-08 Erik AuerswaldRT3301: Discard too-long heartbeat requests
2014-09-05 Adam Langleypsk_client_callback, 128-byte id bug.
2014-09-04 Adam LangleyEnsure that x**0 mod 1 = 0.
2014-09-03 Richard LevitteFollowup on RT3334 fix: make sure that a directory...
2014-09-03 Phil MesnierRT3334: Fix crypto/LPdir_win.c
2014-09-02 Emilia KasperMake the inline const-time functions static.
2014-08-30 Andy Polyakovmd5-x86_64.pl: work around warning.
2014-08-30 Rich SalzAdd tags/TAGS
2014-08-30 Rich SalzRT2119,3407: Updated to dgst.pod
2014-08-30 James WestbyRT1941: c_rehash.pod is missing
2014-08-29 Rich SalzRT2379: Bug in BIO_set_accept_port.pod
2014-08-28 Emilia KasperConstant-time utilities
2014-08-28 Raphael SpreitzerRT2400: ASN1_STRING_to_UTF8 missing initializer
2014-08-28 Rich SalzRT2308: Add extern "C" { ... } wrapper
2014-08-27 Emilia KasperExplicitly check for empty ASN.1 strings in d2i_ECPriva...
2014-08-27 Matt CaswellRT3065: automatically generate a missing EC public key
2014-08-27 Adam LangleyRT3065: ec_private_key_dont_crash
2014-08-27 Mihai MilitaruRT2210: Add missing EVP_cleanup to example
2014-08-26 David GatwoodRT1744: SSL_CTX_set_dump_dh() doc feedback
2014-08-25 Jan SchaumannRT1804: fix EXAMPLE in EVP_EncryptInit.pod
2014-08-24 Matt CaswellTypo fixes to evp documentation.
2014-08-22 Adam LangleyRT3060: Limit the number of empty records.
2014-08-22 Adam LangleyRT3061: Don't SEGFAULT when trying to export a public...
2014-08-22 Emilia KasperImprove EVP_PKEY_sign documentation
2014-08-21 Emilia Kasperdefine inline for Visual Studio
2014-08-21 Emilia KasperFix build when BSAES_ASM is defined but VPAES_ASM is not
2014-08-19 Adam LangleyAdd volatile qualifications to two blocks of inline...
2014-08-15 Matt CaswellFixed out-of-bounds read errors in ssl3_get_key_exchange.
2014-08-13 Bodo MoellerFurther improve/fix ec_GFp_simple_points_make_affine...
2014-08-12 Dr. Stephen... Fix SRP ciphersuites.
2014-08-08 Dr. Stephen... Fix SRP authentication ciphersuites.
next