openssl.git
2015-06-08 Emilia KasperUse CRYPTO_memcmp in ssl3_record.c
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-06-07 Rodger CombsIncrease buffer size for passwords in pkcs12 CLI
2015-06-06 Dr. Stephen... Update trace code.
2015-06-06 Dr. Stephen... Check ASN1_INTEGER_get for errors.
2015-06-04 Rich SalzSet error code, no fprintf stderr, on errors.
2015-06-04 Github UserGH293: Typo in CHANGES file.
2015-06-04 Kurt RoeckxAllow all curves when the client doesn't send an suppor...
2015-06-04 Rich SalzRename all static TS_xxx to ts_xxx
2015-06-04 Matt CaswellRemove misleading comment
2015-06-04 Matt CaswellClean premaster_secret for GOST
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 Rich SalzStandardize handling of #ifdef'd options.
2015-06-02 Rich SalzRT832: Use REUSEADDR in ocsp responder
2015-06-02 Jeffrey WaltonRT3472: Doc pkcs8 -iter flag is in OpenSSL 1.1
2015-06-02 Richard LevitteAdd the macro OPENSSL_SYS_WIN64
2015-06-02 Gunnar KudrjavetsRT3848: Call SSL_COMP_free_compression_methods
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-31 Rich SalzSilence Clang warning about unit'd variable
2015-05-30 Dr. Stephen... fix warning
2015-05-30 Rich Salzclear/cleanse cleanup
2015-05-29 Matt CaswellRemove struct ccs_header_st
2015-05-29 Dr. Stephen... fix asn1parse -inform
2015-05-29 Richard LevitteRemove OPENSSL_CONF=/dev/null from tests
2015-05-29 Richard LevitteRestore module loading
2015-05-29 Richard LevitteFix double BIO_free in req
2015-05-29 Peter DettmanFix build errors with enable-ec_nistp_64_gcc_128
2015-05-28 Rich SalzRT3876: Only load config when needed
2015-05-28 Dr. Stephen... PEM doc fixes
2015-05-28 Dr. Stephen... check for error when creating PKCS#8 structure
2015-05-28 Rich SalzUse enum for X509_LOOKUP_TYPE
2015-05-28 Matt CaswellChange return type of the new accessors
2015-05-28 Matt CaswellChange the new functions to use size_t
2015-05-28 Nick MathewsonClarify that SSL3_RANDOM_SIZE is a constant, for now.
2015-05-28 Nick MathewsonAdd new functions to extract {client,server}_random...
2015-05-28 Nick MathewsonAdd a documentation clarification suggested by Matt...
2015-05-28 Nick MathewsonAdd SSL_get_client_ciphers() to return ciphers from...
2015-05-27 Emilia KasperEnable DH tests
2015-05-26 Dr. Stephen... make update
2015-05-26 Dr. Stephen... scrypt in pkcs8 util
2015-05-26 Dr. Stephen... Add function PKCS8_set0_pbe
2015-05-26 Dr. Stephen... Error if memory limit exceeded.
2015-05-26 Dr. Stephen... Fix memory leak.
2015-05-26 Dr. Stephen... Add PBE tests.
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 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 Hanno BöckRT3861: Mem/bio leak in req command
2015-05-25 Rich SalzFix segfault in ec command
2015-05-25 Matt CaswellDon't send an alert if we've just received one
2015-05-25 Rich Salzfix s_client crash
2015-05-24 Matt CaswellSet first_packet for TLS clients
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-23 Richard LevitteFix update and depend in engines/
2015-05-23 Richard LevitteMissed a couple of spots in the update change
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 Matt CaswellAdd CHANGES entry for OPENSSL_NO_TLSEXT removal
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-22 Michael TrappRT266: Add HTTP proxy/CONNECT to s_client
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-22 Matt CaswellIgnore files from other branches
2015-05-22 LubomLost alert in DTLS
2015-05-22 Matt CaswellFix various OPENSSL_NO_* options
2015-05-22 Matt CaswellFix a memory leak in compression
2015-05-21 Dr. Stephen... make update
2015-05-21 Dr. Stephen... correction
2015-05-21 Dr. Stephen... Add scrypt PBE algorithm code.
2015-05-21 Dr. Stephen... Add scrypt OID from draft-josefsson-scrypt-kdf-03
2015-05-20 Rich SalzReplace switch/assignments with table lookup
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-05-20 Dr. Stephen... Add functions to convert between uint64_t and ASN1_INTEGER.
2015-05-20 Emilia KasperOnly support >= 256-bit elliptic curves with ecdh_auto...
2015-05-20 Emilia KasperRemove dh512.pem
2015-05-20 Emilia KasperUpdate documentation with Diffie-Hellman best practices.
2015-05-20 Emilia Kasperdhparam: fix documentation
2015-05-20 Dr. Stephen... make update
2015-05-20 Dr. Stephen... Add scrypt tests.
2015-05-20 Dr. Stephen... Add scrypt support.
2015-05-20 StudioEtrangeGitHub284: Fix typo in xx-32.pl scripts.
2015-05-20 Andy Polyakovbn/asm/vis3-mont.pl: fix intermittent EC failures on...
2015-05-19 Dr. Stephen... move masks out of CERT structure
2015-05-19 Robert SwieckiDon't add write errors into bytecounts
2015-05-18 Dr. Stephen... Move certificate validity flags out of CERT.
2015-05-18 Dr. Stephen... Move signing digest out of CERT.
next