openssl.git
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 Dr. Stephen... Print out Suite B status.
2014-11-20 Dr. Stephen... Fix SuiteB chain checking logic.
2014-11-20 Annie YousarRT2679: Fix error if keysize too short
2014-11-20 Rich SalzRT3488: Update doc for OPENSSL_config
2014-11-20 David BenjaminDo not resume a session if the negotiated protocol...
2014-11-20 Matt CaswellWhen using EVP_PKEY_derive with a KDF set, a negative...
2014-11-20 Emilia KasperClean up CHANGES
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 Matt CaswellFix s_server -ssl2. Previously this reported "Error...
2014-11-19 Dr. Stephen... Fix excert logic.
2014-11-19 Dr. Stephen... New option no-ssl3-method which removes SSLv3_*method
2014-11-19 Dr. Stephen... Only handle RI extension for SSLv3
2014-11-19 Dr. Stephen... Process signature algorithms before deciding on certifi...
2014-11-18 Matt CaswellAdded references to RFC 7027
2014-11-18 Dr. Stephen... Prevent use of binary curves when OPENSSL_NO_EC2M is...
2014-11-18 Matt CaswellFixed cms-test.pl for no-ec2m
2014-11-18 Matt CaswellUpdated comment references to draft-ietf-tls-ecc-12...
2014-11-17 Jan HykelDon't use msg on error.
2014-11-16 Mike BlandAdd whrlpool and camellia .s files to perlasm list
2014-11-16 Mike BlandAdd missing SRC variable
2014-11-16 Mike BlandRemove redundant test targets outside of test/
2014-11-16 Mike BlandImprove variable parsing when generating MINFO
2014-11-16 Mike Bland{,darwin64-}debug-test-64-clang Configure targets
2014-11-16 Mike BlandEmit PERLASM_SCHEME to fix GitMake on OS X
2014-11-16 Mike BlandAdd cscope.out and .d files to .gitignore
2014-11-13 Dr. Stephen... Additional output for ssltest.
2014-11-13 Dr. Stephen... Add SSL_CONF support to ssltest.
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-11-10 Kurt RoeckxFix spelling of EECDH
2014-10-30 Andy Polyakovarmv4cpuid.S: fix compilation error in pre-ARMv7 build.
2014-10-29 Dr. Stephen... Fix WIN32 build by disabling bn* calls.
2014-10-29 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: fix inconsistency in...
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 KasperAdd missing CHANGES interval [1.0.1h, 1.0.1i]
2014-10-27 Emilia KasperSync CHANGES
2014-10-27 Emilia KasperFix ssltest logic when some protocols are compiled...
2014-10-24 Dr. Stephen... Copy negotiated parameters in SSL_set_SSL_CTX.
2014-10-24 Dr. Stephen... Process signature algorithms in ClientHello late.
2014-10-23 Andy Polyakovecp_nistz256 update.
2014-10-23 Andy PolyakovConfigure: add ios64 target.
2014-10-22 Andy PolyakovAdd missing credit.
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 Kurt CancemiRT3547: Add missing static qualifier
2014-10-15 Tim HudsonAdd constant_time_locl.h to HEADERS,
2014-10-15 Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-10-15 Matt CaswellUpdates to NEWS file
2014-10-15 Matt CaswellUpdates 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 Bodo MoellerAdd TLS_FALLBACK_SCSV documentation, and move s_client...
2014-10-15 Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-10-11 Dr. Stephen... Remove reference to deleted md4.c
2014-10-10 Dr. Stephen... Disable encrypt them mac for SSL 3.0 and stream ciphers...
2014-10-06 Matt CaswellRemoved duplicate definition of PKCS7_type_is_encrypted
2014-10-06 Ben LaurieFix single makefile.
2014-10-03 Rich SalzRT3462: Document actions when data==NULL
2014-10-02 Bodo MoellerDTLS 1.2 support has been added to 1.0.2.
2014-10-01 Andy Polyakovcrypto/cast/asm/cast-586.pl: +5% on PIII and remove...
2014-10-01 Rich SalzRT3549: Remove obsolete files in crypto
2014-09-30 Rich SalzRT2910: Remove des.c and its Makefile target
2014-09-30 Rich SalzRT2309: Fix podpage MMNNFFPPS->MNNFFPPS
2014-09-30 Dr. Stephen... Parse custom extensions after internal extensions.
2014-09-30 Andy Polyakove_os.h: refine inline override logic (to address warnin...
2014-09-30 Andy Polyakovcrypto/bn/bn_nist.c: bring original failing code back...
2014-09-29 Dr. Stephen... Add additional explanation to CHANGES entry.
2014-09-29 Dr. Stephen... Add additional DigestInfo checks.
2014-09-25 Rich SalzRemove #ifdef's for IRIX_CC_BUG
2014-09-25 Rich SalzRT3544: Must update TABLE after Configure change
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 Andy Polyakove_os.h: allow inline functions to be compiled by legacy...
2014-09-24 Rich SalzRT3544: Remove MWERKS support
2014-09-24 Emilia KasperRT3425: constant-time evp_enc
2014-09-24 Emilia KasperRT3067: simplify patch
2014-09-24 Emilia KasperRT3066: rewrite RSA padding checks to be slightly more...
next