openssl.git
2016-02-05 Matt CaswellUpdate DTLSv1_listen documentation
2016-02-05 Matt CaswellAdd tests for DTLSv1_listen
2016-02-05 Matt CaswellProvide partial support for fragmented DTLS ClientHellos
2016-02-05 Matt CaswellAdd a BIO_ADDR_clear function
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Ellinger, Wesley MRT4070: Improve struct/union regexp
2016-02-05 Matt CaswellMake DTLSv1_listen a first class function and change...
2016-02-05 Rich SalzRT4292: Remove ===== line
2016-02-05 Rich SalzRT1596: Add clarifying doc.
2016-02-05 A J Mohan RaoGH628: Add -help to all apps docs.
2016-02-05 Rich SalzGH628: Add -help to all apps docs.
2016-02-05 Viktor DukhovniEnsure correct chain depth for policy checks with DANE...
2016-02-05 Viktor DukhovniLong overdue cleanup of X509 policy tree verification
2016-02-05 Rich SalzVarious RT doc fixes
2016-02-05 Dr. Stephen... enable leak checking for danetest
2016-02-05 Dr. Stephen... Fix return code in CRYPTO_mem_leaks_fp()
2016-02-05 Dr. Stephen... If memory debugging enabled return error on leaks.
2016-02-05 Viktor DukhovniRestore -no_comp switch for backwards compatible behaviour
2016-02-05 Richard LevitteVMS lacks socklen_t, give it one
2016-02-05 Richard LevitteInitialize variable
2016-02-05 Matt CaswellDon't export local symbols on Solaris
2016-02-05 Dr. Stephen... make update
2016-02-05 Dr. Stephen... Add EC_KEY_priv2buf()
2016-02-05 Dr. Stephen... Allocate ASN1_bn_print buffer internally.
2016-02-05 Dr. Stephen... Use BN_bn2binpad
2016-02-05 Dr. Stephen... use enum type for do_EC_KEY_print
2016-02-05 Dr. Stephen... update EC ASN1 and print routines
2016-02-05 Dr. Stephen... Add EC_KEY_oct2priv and EC_KEY_priv2oct
2016-02-05 Dr. Stephen... Add ASN1_buf_print to print a buffer in ASN1_bn_print...
2016-02-04 Matt CaswellDon't use RDRAND if told not to
2016-02-04 Richard LevitteInitialise with -1 rather than 1
2016-02-04 Dmitry SobinovAdd new DTLS-SRTP protection profiles from RFC 7714
2016-02-04 Richard LevitteAdd checks for IPv4 and IPv6 in OpenSSL::Test::Utils...
2016-02-04 Richard LevitteUpdate crypto/bio/build.info
2016-02-04 MouseFix pkeyutl inability to directly access keys on hardwa...
2016-02-04 Richard LevitteChange the transfer perl module so the real module...
2016-02-04 Todd ShortAdd option to disable async
2016-02-04 Richard LevitteMake sure getaddrinfo and getnameinfo works as intended...
2016-02-04 Richard LevitteIf egd is disabled by default, it should be possible...
2016-02-04 Dr. Stephen... Add ec -check option
2016-02-04 Dmitry-MeFix potential buffer overrun
2016-02-04 Kurt RoeckxUse WSAGetLastError() on windows
2016-02-04 Kurt RoeckxRestore xmm7 from the correct address on win64
2016-02-04 Dr. Stephen... update OID tables
2016-02-04 Dr. Stephen... Add Curve OIDs from draft-josefsson-pkix-newcurves
2016-02-04 Daniel BlackRT2887: Add more packet and handshake types
2016-02-04 Billy BrumleyFix BN_gcd errors for some curves
2016-02-04 Emilia KasperRT3095: allow NULL key for single-shot HMAC
2016-02-04 Viktor Szakatsbio_err.c: remove a reappeared filename comment
2016-02-04 Kurt RoeckxMake fallback addresses static so that we can initialize it
2016-02-04 Richard LevitteOnly use TLS1.2 when it's available
2016-02-04 Richard LevitteHave 70-test_clienthello.t be selective on when it...
2016-02-04 Richard LevitteHave OpenSSL::Test::Utils::available_protocols load...
2016-02-04 Rich SalzRT2752: Add some EKU OID's
2016-02-04 Viktor DukhovniHandle localhost being either 127.0.0.1 or ::1
2016-02-04 Richard LevitteUse matching quotes
2016-02-04 Richard LevitteMake the mk1mf 'mv' command variable
2016-02-03 Rich SalzTweak opensslconf.h.in for style
2016-02-03 Richard LevitteUse BIO_snprintf() rather than snprintf()
2016-02-03 Richard LevitteRefactoring BIO: small test correction
2016-02-03 Dmitry-MeGH614: Use memcpy()/strdup() when possible
2016-02-03 Richard LevitteRefactoring BIO: Add a few lines in CHANGES & NEWS
2016-02-03 Richard LevitteRefactoring BIO: add a simple networking test of s_clie...
2016-02-03 Richard LevitteRefactoring BIO: Adapt s_client and s_server
2016-02-03 Richard LevitteRefactoring BIO: Adapt BIO_s_datagram and all that...
2016-02-03 Richard LevitteRefactoring BIO: add a test, using test/ssltest
2016-02-03 Richard Levittemake update
2016-02-03 Richard LevitteRefactoring BIO: adapt BIO_s_connect and BIO_s_accept
2016-02-03 Richard Levittemake update
2016-02-03 Richard LevitteRefactoring BIO: reimplement old socket handling functi...
2016-02-03 Richard Levittemake update
2016-02-03 Richard LevitteTemporary pragma to have GCC quiet down about deprecate...
2016-02-03 Richard LevitteRefactoring BIO: new socket-handling functions, depreca...
2016-02-03 Richard LevitteRefactoring BIO: add error macros & text, and make...
2016-02-03 Richard LevitteRefactoring BIO: Small adjustments
2016-02-03 Richard LevitteRefactoring BIO: add wrappers around sockaddr et al
2016-02-03 Emilia KasperRT4148
2016-02-03 Michael Lee[Configure] Make --with-zlib-* work with configdata.pm
2016-02-03 Emilia KasperRT3234: disable compression
2016-02-03 Viktor DukhovniFix pkeyutl/rsautl empty encrypt-input/decrypt-output...
2016-02-03 FdaSilvaYYfix code indentation issue
2016-02-02 Rich SalzRT2353: Add ipsec IKE OID
2016-02-02 Richard LevitteUse a simpler method to build a glob than splitpath...
2016-02-02 Dr. Stephen... make update
2016-02-02 Dr. Stephen... New BN functions.
2016-02-02 Dmitry-MeGH608: Ensure 64-bit shift no matter sizeof(long)
2016-02-02 Emilia KasperRT3854 Update docs.
2016-02-01 Rich SalzStyle; add "!= NULL"
2016-02-01 Hubert KarioGH554: Improve pkeyutl doc
2016-02-01 Emilia Kasperconstify PACKET
2016-02-01 Dr. Stephen... update DSA docs
2016-02-01 Dr. Stephen... add option to exclude public key from EC keys
2016-02-01 Dr. Stephen... Fix memory leak and print out keygen errors.
2016-02-01 Rich SalzBetter check for gcc/clang
2016-02-01 Dmitry-MeComment "secure memcmp" implementation
2016-02-01 Dr. Stephen... Use PKCS#8 format EC key so test is skipped with no-ec
2016-02-01 Richard Levitteunified build scheme: add a personal configuration...
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-02-01 Richard Levitteunified build scheme: a first introduction
2016-02-01 Viktor DukhovniAdd tests for non-ca trusted roots and intermediates
next