openssl.git
2015-06-10 Kurt RoeckxProperly check certificate in case of export ciphers.
2015-06-10 Andy Polyakovgcm.c: address linker warning about OPENSSL_ia32cap_P...
2015-06-10 Matt CaswellDTLS handshake message fragments musn't span packets
2015-06-10 Matt CaswellFix leak in HMAC error path
2015-06-10 Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-06-10 Matt CaswellTighten extension handling
2015-06-10 Matt CaswellFix memory leaks in BIO_dup_chain()
2015-06-10 Matt CaswellReplace memset with OPENSSL_cleanse()
2015-06-10 Matt CaswellFix Kerberos issue in ssl_session_dup
2015-06-10 Richard LevitteWhen making libcrypto from apps or test, make sure...
2015-06-10 Richard LevitteAdd and rearrange building of libraries
2015-06-09 Jeffrey WaltonExplicitly mention PKCS5_PBKDF2_HMAC in EVP doc.
2015-06-08 Dr. Stephen... return correct NID for undefined object
2015-06-08 Emilia KasperUse CRYPTO_memcmp in s3_cbc.c
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-06-05 Ben LaurieUse cc instead of gcc so either clang or gcc is used...
2015-06-04 Kurt RoeckxAllow all curves when the client doesn't send an suppor...
2015-06-04 Matt CaswellRemove misleading comment
2015-06-04 Matt CaswellClean premaster_secret for GOST
2015-06-04 Matt CaswellClean Kerberos pre-master secret
2015-06-04 Matt CaswellFix off-by-one error in BN_bn2hex
2015-06-04 Matt CaswellFix DTLS session resumption
2015-06-03 Dr. Stephen... make update
2015-06-03 Sergey AgievichAdd funtions to set item_sign and item_verify
2015-06-02 Matt CaswellFix compilation failure for some tool chains
2015-06-02 Annie YousarRT3230: Better test for C identifier
2015-06-02 Richard LevitteAdd the macro OPENSSL_SYS_WIN64
2015-06-02 Olaf JohanssonGH249: Fix bad regexp in arg parsing.
2015-06-02 Per AllanssonFix IP_MTU_DISCOVER typo
2015-06-02 Matt CaswellFix race condition in NewSessionTicket
2015-05-31 Matt CaswellCheck the message type requested is the type received...
2015-05-28 Dr. Stephen... check for error when creating PKCS#8 structure
2015-05-28 Dr. Stephen... PEM doc fixes
2015-05-26 Emilia KasperFix ssltest to use 1024-bit DHE parameters
2015-05-26 Matt CaswellDon't check for a negative SRP extension size
2015-05-26 Matt CaswellFix error check in GOST engine
2015-05-26 Matt CaswellHandle unsigned struct timeval members
2015-05-26 Andy PolyakovHousekeeping 'make TABLE' update.
2015-05-26 Andy PolyakovConfigure: replace -mv8 with -mcpu=v8 in SPARC config...
2015-05-26 Billy Brumleyfix copy paste error in ec_GF2m function prototypes
2015-05-26 Andy Polyakovbn/bn_lcl.h: fix MIPS-specific gcc version check.
2015-05-25 Matt CaswellDon't send an alert if we've just received one
2015-05-24 Andy Polyakovbn/asm/x86_64-mont5.pl: fix valgrind error.
2015-05-24 Andy Polyakovbn/bn_gf2m.c: appease STACK, unstable code detector.
2015-05-24 Andy Polyakovbn/asm/vis3-mont.pl: fix intermittent EC failures on...
2015-05-23 Richard LevitteFix update and depend in engines/
2015-05-23 Richard LevitteMissed a couple of spots in the update change
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-05-22 Matt CaswellFix typo setting up certificate masks
2015-05-22 Matt CaswellRemove export static DH ciphersuites
2015-05-22 Matt CaswellFix off-by-one in BN_rand
2015-05-22 Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-05-22 LubomLost alert in DTLS
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-05-20 Emilia KasperOnly support >= 256-bit elliptic curves with ecdh_auto...
2015-05-20 Emilia Kasperclient: reject handshakes with DH parameters < 768...
2015-05-20 Emilia KasperUpdate documentation with Diffie-Hellman best practices.
2015-05-20 Emilia Kasperdhparam: fix documentation
2015-05-20 Emilia Kaspers_server: Use 2048-bit DH parameters by default.
2015-05-20 StudioEtrangeGitHub284: Fix typo in xx-32.pl scripts.
2015-05-19 Robert SwieckiDon't add write errors into bytecounts
2015-05-15 Andy Polyakovmk1mf.pl: replace chop for windows.
2015-05-13 Rich SalzRT1207: document SSL_COMP_free_compression_methods.
2015-05-13 Rich SalzAdd NULL checks from master
2015-05-13 Andy Polyakovaes/asm/aesni-sha256-x86_64.pl: fix Windows compilation...
2015-05-13 Hanno BöckCall of memcmp with null pointers in obj_cmp()
2015-05-13 Matt CaswellDon't allow a CCS when expecting a CertificateVerify
2015-05-11 Kurt CancemiAdd missing NULL check in X509V3_parse_list()
2015-05-11 Bjoern D. RasmussenFix for memcpy() and strcmp() being undefined.
2015-05-11 Matt CaswellCheck sk_SSL_CIPHER_new_null return value
2015-05-07 Viktor DukhovniFix typo in valid_star
2015-05-05 Matt CaswellAdd more error state transitions (DTLS)
2015-05-05 Matt CaswellAdd more error state transitions (client)
2015-05-05 Matt CaswellAdd more error state transitions
2015-05-05 Matt CaswellAdd Error state
2015-05-05 Matt CaswellRemove libcrypto to libssl dependency
2015-05-04 Richard LevitteRT2943: Check sizes if -iv and -K arguments
2015-05-04 Rich SalzFix cut/paste error
2015-05-02 Gilles KhouzamRT3820: Don't call GetDesktopWindow()
2015-05-02 Rich SalzRT3776: Wrong size for malloc
2015-05-02 Hanno BöckFix uninitialized variable.
2015-04-30 Matt CaswellFix buffer overrun in RSA signing
2015-04-30 Matt CaswellAdd sanity check to print_bin function
2015-04-30 Matt CaswellAdd sanity check to ssl_get_prev_session
2015-04-30 Matt CaswellSanity check the return from final_finish_mac
2015-04-30 Matt CaswellAdd sanity check in ssl3_cbc_digest_record
2015-04-30 Matt CaswellClarify logic in BIO_*printf functions
2015-04-30 Matt CaswellSanity check EVP_EncodeUpdate buffer len
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-30 Matt CaswellSanity check DES_enc_write buffer length
2015-04-29 Matt CaswellAdd length sanity check in SSLv2 n_do_ssl_write()
2015-04-29 Matt CaswellRevert "Fix verify algorithm."
2015-04-27 Emilia KasperNISTZ256: use EC_POINT API and check errors.
2015-04-27 Emilia KasperNISTZ256: don't swallow malloc errors
2015-04-27 Emilia KasperNISTZ256: set Z_is_one to boolean 0/1 as is customary.
2015-04-27 Emilia KasperError checking and memory leak fixes in NISTZ256.
2015-04-24 Emilia KasperFix error checking and memory leaks in NISTZ256 precomp...
2015-04-24 Emilia KasperCorrectly set Z_is_one on the return value in the NISTZ...
2015-04-22 Loganaden VelvindronFix CRYPTO_strdup
2015-04-21 Emilia KasperRepair EAP-FAST session resumption
next