openssl.git
2015-08-04 Matt CaswellFix SRTP s_client/s_server options
2015-08-04 Matt CaswellPACKETise NextProto
2015-08-04 Matt CaswellPACKETise CertificateVerify processing
2015-08-04 Matt CaswellPACKETise ClientCertificate processing
2015-08-04 Matt CaswellFix a bug in the new PACKET implementation
2015-08-03 Matt CaswellFix warning when compiling with no-ec2m
2015-08-03 Matt CaswellFix make errors for the CCS changes
2015-08-03 Matt CaswellFix ssl3_read_bytes handshake fragment bug
2015-08-03 Matt CaswellMove DTLS CCS processing into the state machine
2015-08-03 Matt CaswellMove TLS CCS processing into the state machine
2015-08-03 Matt CaswellPACKETise ClientHello processing
2015-08-03 Matt CaswellPACKET unit tests
2015-08-03 Matt CaswellAdd initial packet parsing code
2015-08-02 Ben LaurieFix refactoring breakage.
2015-08-02 Dr. Stephen... don't reset return value to 0
2015-08-02 Ben LaurieAdd -Wconditional-uninitialized to clang strict warnings.
2015-08-02 Ben LaurieBuild with --strict-warnings on FreeBSD.
2015-08-01 Ben LaurieMake BSD make happy with subdirectories.
2015-08-01 Dirk WetterGH336: Return an exit code if report fails
2015-07-31 Ben LaurieOnly define PAGE_SIZE if not already defined.
2015-07-31 Matt CaswellRemove erroneous server_random filling
2015-07-31 Loganaden VelvindronClear BN-mont values when free'ing it.
2015-07-31 Rich SalzVarious doc fixes from GH pull requests
2015-07-31 Kai EngertRT3742: Add xmpp_server to s_client.
2015-07-31 Adam EijdenbergRT3963: Allow OCSP stapling with -rev and -www
2015-07-31 Adam EijdenbergRT3962: Check accept_count only if not unlimited
2015-07-31 Adam EijdenbergRT3961: Fix switch/case errors in flag parsing
2015-07-31 Nicholas CooperRT3959: Fix misleading comment
2015-07-30 Dr. Stephen... cleanse psk_identity on error
2015-07-30 Dr. Stephen... Free and cleanse pms on error
2015-07-30 Dr. Stephen... Don't request certificates for any PSK ciphersuite
2015-07-30 Dr. Stephen... CAMELLIA PSK ciphersuites from RFC6367
2015-07-30 Dr. Stephen... Add PSK ciphersuites to docs
2015-07-30 Dr. Stephen... Update CHANGES
2015-07-30 Dr. Stephen... Add RFC4785 ciphersuites
2015-07-30 Dr. Stephen... Add RFC4279, RFC5487 and RFC5489 ciphersuites.
2015-07-30 Dr. Stephen... Initial new PSK ciphersuite defines
2015-07-30 Dr. Stephen... Add full PSK trace support
2015-07-30 Dr. Stephen... PSK premaster secret derivation.
2015-07-30 Dr. Stephen... Extended PSK server support.
2015-07-30 Dr. Stephen... Extended PSK client support.
2015-07-30 Dr. Stephen... PSK PRF correction.
2015-07-30 Dr. Stephen... Make auto DH work with DHEPSK
2015-07-30 Dr. Stephen... Check for kECDH with extensions.
2015-07-30 Dr. Stephen... Enable PSK if corresponding mask set.
2015-07-30 Dr. Stephen... Disable all PSK if no callback.
2015-07-30 Dr. Stephen... Disable unsupported PSK algorithms
2015-07-30 Dr. Stephen... new PSK text constants
2015-07-30 Dr. Stephen... New PSK aliases.
2015-07-30 Dr. Stephen... New PSK keyex text constants
2015-07-30 Dr. Stephen... fields for PSK key, new constants
2015-07-30 Matt CaswellFix write failure handling in DTLS1.2
2015-07-30 Martin VejnarRT3774: double-free in DSA
2015-07-29 Rich SalzRT3639: Add -no_comp description to online help
2015-07-29 Rich SalzTweak README about rt and bug reporting.
2015-07-28 Dr. Stephen... Document signature algorithm setting functions.
2015-07-28 Dr. Stephen... Add some OCSP documentation.
2015-07-28 Dr. Stephen... Allow any order for signature algorithm string.
2015-07-27 Matt CaswellAdd test for SSL_set_session_ticket_ext
2015-07-27 Matt CaswellRemove support for SSL3_FLAGS_DELAY_CLIENT_FINISHED
2015-07-23 Emilia Kasperrsaz_exp.h: align license with the rest of the contribution
2015-07-23 Dr. Stephen... Document shared sigalgs functions.
2015-07-22 Rich SalzSome cleanups for crypto/bn
2015-07-21 Dr. Stephen... free names before context
2015-07-21 Dr. Stephen... typo
2015-07-21 Dr. Stephen... Update demo.
2015-07-21 Dr. Stephen... SSL_CONF additions.
2015-07-20 Rich SalzRewrite crypto/ex_data
2015-07-18 Dr. Stephen... Use uint32_t consistently for flags.
2015-07-16 Rich SalzRemove obsolete key formats.
2015-07-15 manchaFix author credit for e5c0bc6
2015-07-15 Rich SalzRevert "Missing perldoc markup around < literal"
2015-07-15 Ernie HersheyGH322: Fix typo in generated comment.
2015-07-15 Viktor DukhovniMaintain backwards-compatible SSLv23_method macros
2015-07-14 Rich SalzCan't use -trusted with -CA{path,file}
2015-07-14 GitHub UserMissing perldoc markup around < literal
2015-07-13 Richard LevitteConversion to UTF-8 where needed
2015-07-13 Richard LevitteSmall script to re-encode files that need it to UTF-8
2015-07-13 Richard LevitteRemove extra '; \' in apps/Makefile
2015-07-10 Richard LevitteSet numeric IDs for tar as well
2015-07-10 Richard LevitteStop using tardy
2015-07-09 Dr. Stephen... correct example
2015-07-09 Peter WaltenbergExit on error in ecparam
2015-07-09 Dr. Stephen... make stacks
2015-07-09 Dr. Stephen... Sort @sstacklst correctly.
2015-07-09 Matt CaswellApply some missing updates from previous commits
2015-07-09 Matt CaswellUpdate CHANGES and NEWS for the new release
2015-07-07 Matt CaswellExtend -show_chain option to verify to show more info
2015-07-07 Matt CaswellAdd help text for some verify options
2015-07-07 Matt CaswellAdd documentation for some missing verify options
2015-07-07 Matt CaswellReject calls to X509_verify_cert that have not been...
2015-07-07 Matt CaswellAdd test for CVE-2015-1793
2015-07-07 Matt CaswellFix alternate chains certificate forgery issue
2015-07-07 Richard LevitteDocument the nameopt change
2015-07-07 Richard LevitteMake "oneline" the default for nameopt
2015-07-06 Dr. Stephen... document -2 return value
2015-07-06 Dr. Stephen... Relax CCM tag check.
2015-06-30 Dr. Stephen... Dup peer_chain properly in SSL_SESSION
2015-06-29 Dr. Stephen... Check for errors with SRP
2015-06-29 Dr. Stephen... make update
next