openssl.git
2018-01-08 Dr. Matthias... Add util/openssl-update-copyright shell script
2018-01-08 Richard LevitteSeparate general linking flags from extra libraries
2018-01-08 Richard LevitteClean up uClinux targets
2018-01-07 Rich SalzFix IPv6 define
2018-01-07 Richard LevitteCHANGES: Document the removal of OS390-Unix
2018-01-07 Patrick Steuers390x assembly pack: add KMA code path for aes-gcm.
2018-01-07 Patrick Steuercrypto/aes/asm/aes-s390x.pl: replace decrypt flag by...
2018-01-07 Patrick Steuers390x assembly pack: add KMA code path for aes-ctr.
2018-01-07 Andy Polyakovec/curve25519.c: avoid 2^51 radix on SPARC.
2018-01-07 Andy Polyakovec/ecp_nistz256.c: switch to faster addition chain...
2018-01-07 Andy Polyakovec/asm/ecp_nistz256-armv8.pl: add optimized inversion.
2018-01-07 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: add .cfi and SEH handler...
2018-01-07 Andy Polyakovec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
2018-01-07 Rich SalzRemove remaining NETWARE ifdef's
2018-01-07 Rich SalzAdd fingerprint text, remove MD5
2018-01-06 Richard LevitteAdd the possibility to do 'openssl help [command]'
2018-01-06 Richard Levitteapps: make sure prog_init only calculates once
2018-01-06 Konstantin... Corrected 'cms' exit status when key or certificate...
2018-01-06 Bernd EdlingerFix error handling in X509_REQ_print_ex
2018-01-06 Bernd EdlingerStop using unimplemented cipher classes.
2018-01-05 Viktor DukhovniAdd x509(1) reference
2018-01-04 Rich SalzRemove old config that used non-exist util script
2018-01-04 Rich SalzRewrite RT3513.
2018-01-04 Dr. Matthias... Improve readability of evp.pod
2018-01-04 Dr. Matthias... crypto/rand: restore the generic DRBG implementation
2018-01-04 Dr. Matthias... crypto/rand: rename drbg_rand.c to drbg_ctr.c
2018-01-03 Benjamin KadukTest that supported_groups is permitted in ServerHello
2018-01-03 Benjamin KadukPermit the "supported_groups" extension in ServerHellos
2018-01-02 Matt CaswellFix trace of TLSv1.3 Certificate Request message
2018-01-02 Daniel BeveniusFix minor 'the the' typos
2017-12-28 Richard LevitteIgnore ORDINALS in build.info files, and remove its...
2017-12-28 Andy Polyakovec/curve25519.c: "double" ecdhx25519 performance on...
2017-12-28 Matt CaswellUpdate the documentation for SSL_write_early_data()
2017-12-28 Matt CaswellDisable partial writes for early data
2017-12-28 Matt CaswellDon't flush the ClientHello if we're going to send...
2017-12-28 Richard LevitteAdd 'openssl req' option to specify extension values...
2017-12-27 Bernd EdlingerAlternate fix for ../test/recipes/80-test_ssl_old.t...
2017-12-27 Andy Polyakovec/ecp_nistp*.c: sanitize for undefined/implmentation...
2017-12-27 Richard LevitteVMS fix: link shared libs from objects files instead...
2017-12-26 Paul YangRemove outdated comments
2017-12-26 Daniel BeveniusSuggestion for improvements to x509.pod
2017-12-25 Kurt RoeckxFix comment about undefined behavior of constant_time_msb
2017-12-23 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add Knights Landing...
2017-12-22 Andy PolyakovAdd sha/asm/keccak1600-avx512vl.pl.
2017-12-22 Daniel BeveniusRemove extra `the` in SSL_SESSION_set1_id.pod
2017-12-18 Bernd EdlingerFix a typo in comment
2017-12-18 Richard LevitteVMS build.info: uppercase args to perl modules must...
2017-12-18 Richard LevitteRestore the use of LDCMD when linking applications
2017-12-17 PauliEnable the ARIA ciphers by default.
2017-12-17 Dr. Matthias... Make DRBG uninstantiate() and instantiate() methods...
2017-12-17 Dr. Matthias... Allocate the three shared DRBGs on the secure heap
2017-12-17 Dr. Matthias... Implement automatic reseeding of DRBG after a specified...
2017-12-17 Dr. Matthias... Add master DRBG for reseeding
2017-12-17 Paul YangRemove spaces at end of line in ssl/statem
2017-12-17 Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-12-15 Bernd EdlingerRemove test-runs dir, adjust .gitignore
2017-12-14 Todd ShortFix 'make update'
2017-12-14 Matt CaswellFix some clang compilation errors
2017-12-14 Matt CaswellDon't run the TLSv1.3 CCS tests if TLSv1.3 is not enabled
2017-12-14 Matt CaswellAdd some TLSv1.3 CCS tests
2017-12-14 Matt CaswellMake sure we treat records written after HRR as TLSv1.3
2017-12-14 Matt CaswellIssue a CCS from the client if we received an HRR
2017-12-14 Matt CaswellFix server side HRR flushing
2017-12-14 Matt CaswellDelay flush until after CCS with early_data
2017-12-14 Matt CaswellEnsure CCS sent before early_data has the correct recor...
2017-12-14 Matt CaswellSend supported_versions in an HRR
2017-12-14 Matt CaswellMake sure supported_versions appears in an HRR too
2017-12-14 Matt CaswellUpdate TLSProxy to know about new HRR style
2017-12-14 Matt CaswellUpdate state machine to send CCS based on whether we...
2017-12-14 Matt CaswellFix an HRR bug
2017-12-14 Matt CaswellMerge HRR into ServerHello
2017-12-14 Matt CaswellSend a CCS after ServerHello in TLSv1.3 if using middle...
2017-12-14 Matt CaswellSend a CCS from a client in an early_data handshake
2017-12-14 Matt CaswellSend a CCS from the client in a non-early_data handshake
2017-12-14 Matt CaswellRemove TLSv1.3 specific write transition for ClientHello
2017-12-14 Matt CaswellDrop CCS messages received in the TLSv1.3 handshake
2017-12-14 Matt CaswellSend TLSv1.2 as the record version when using TLSv1.3
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14 Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-14 Matt CaswellUpdate the TLSv1.3 draft version indicators to draft 22
2017-12-13 Bernd EdlingerMinor cleanup of the rsa mp limits code
2017-12-13 Richard LevitteFix VMS use of util/mkdef.pl in top build.info
2017-12-13 Viktor DukhovniDocument the X509_V_FLAG_PARTIAL_CHAIN flag
2017-12-12 Ben KadukFix more OCSP_resp_get0_signer() nits
2017-12-12 Daniel BeveniusFix minor typo in bio.pod
2017-12-12 Patrick Steuercrypto/bio/bss_dgram.c: annotate fallthrough (-Wimplici...
2017-12-12 Richard LevitteFix leak in ERR_get_state() when OPENSSL_init_crypto...
2017-12-12 Richard LevitteVMS build file template: adapt for when someone disable...
2017-12-12 Richard LevitteRestore makedepend capabilities for Windows and VMS
2017-12-12 Richard LevitteNote the removal of Makefile.shared in CHANGES
2017-12-12 Richard LevitteRemove Makefile.shared, as it's now entirely unused
2017-12-12 Richard LevitteConfigure et al: cleanups
2017-12-12 Richard Levittebuild.info: adapt to the new handling of .rc / .def...
2017-12-12 Richard LevitteBuild file templates: Replace the use of Makefile.shared
2017-12-12 Richard LevitteConfigure: Recognise .rc and .def / .map / .opt as...
2017-12-12 Richard LevitteConfigure: Read in extra information to help create...
2017-12-12 Richard LevitteConfigure: Add read_eval_file, a general purpose perl...
2017-12-12 Daniel BeveniusMinor improvements to ssl.pod
2017-12-11 Benjamin KadukFix typo in comment
next