openssl.git
2016-09-20 Richard LevitteCrude VMS build files for demos/bio/
2016-09-20 Richard LevitteCrude Makefile for demos/bio/
2016-09-20 Richard LevitteDon't ignore Makefiles in demos/
2016-09-20 Richard LevitteFixup BIO demos for OpenSSL 1.1.x
2016-09-20 Richard LevitteFixup BIO demos for OpenSSL 1.1.x
2016-09-20 Richard LevitteFixup BIO demos for OpenSSL 1.1.x
2016-09-20 Matt CaswellConvert WPACKET_put_bytes to use convenience macros
2016-09-20 Matt CaswellConvert CCS construction to WPACKET
2016-09-20 Matt CaswellConvert Finished construction to WPACKET
2016-09-20 Matt CaswellStyle tweaks following review feedback
2016-09-20 Matt CaswellConvert NextProto message construction to WPACKET
2016-09-20 Matt CaswellConvert Certificate message construction to WPACKET
2016-09-20 Matt CaswellConvert ClientVerify Construction to WPACKET
2016-09-20 FdaSilvaYYRemove an option related to a deprecated flag
2016-09-20 FdaSilvaYYFix various missing option help messages ...
2016-09-19 Matt CaswellConvert num_alloc to a size_t in stack.c and tweak...
2016-09-19 Guido VrankenPrevent overflows in stack API
2016-09-19 FdaSilvaYYUpdate INSTALL about no-md5 removal
2016-09-19 Richard LevitteFix no-ocsp
2016-09-18 FdaSilvaYYConstify code about X509_VERIFY_PARAM
2016-09-17 Richard LevitteHave the configuration options 'no-err' and 'no-async...
2016-09-17 Richard LevitteSimplify configudata.pm dependency generation
2016-09-17 FdaSilvaYYRemove an useless definition.
2016-09-16 Alessandro... Use switch instead of multiple ifs
2016-09-16 Richard LevitteSimplify the dependencies for remaking configdata.pm
2016-09-16 Richard LevitteRearrange the storage of build file template names...
2016-09-16 Richard LevitteUse the registered conf file names as dependencies...
2016-09-16 Richard LevitteRegister the name of the config file each config target...
2016-09-15 Matt CaswellRevert "Abort on unrecognised warning alerts"
2016-09-15 Richard LevitteFinally, make sure vms_term_sock.c is built on VMS
2016-09-15 Richard LevitteRefactor to avoid unnecessary preprocessor logic
2016-09-15 Richard LevitteReformat to fit OpenSSL source code standards
2016-09-15 Richard LevitteAdd copyright and license on apps/vms_term_sock.[ch]
2016-09-15 Richard LevitteVSI submission: redirect terminal input through socket
2016-09-14 Rich SalzMake reference to other manpage more explicit
2016-09-14 Rich SalzGH1536: Install empty CT log list
2016-09-14 Richard LevitteVMS: Really don't force symbol mixed case when building...
2016-09-14 Richard LevitteRather than one variable for each passwd type, use...
2016-09-14 Richard LevitteTest the new SHA256 and SHA512 based password generatio...
2016-09-14 Richard LevitteDocument the new SHA256 and SHA512 password generation...
2016-09-14 Richard LevitteAdd SHA256 and SHA512 based output for 'openssl passwd'
2016-09-14 Rich SalzAdd -h and -help for c_rehash script and app
2016-09-14 Matt CaswellFix OCSP_RESPID processing bug introduced by WPACKET...
2016-09-14 Matt CaswellAdd some sanity checks around usage of t_fromb64()
2016-09-13 Matt CaswellEncourage use of the macros for the various "sub" functions
2016-09-13 Matt CaswellMake wpackettest conform to style rules
2016-09-13 Matt CaswellAdd a WPACKET_sub_allocate_bytes() function
2016-09-13 Matt CaswellConvert CKE construction to use the WPACKET API
2016-09-13 Richard LevitteAdd a test for 'openssl passwd'
2016-09-13 Richard LevitteFix 'openssl passwd' with arguments -1 or -apr1
2016-09-13 FdaSilvaYYFix some magic values about revocation info type...
2016-09-13 Rich SalzAdd --missing-help to list command
2016-09-13 Andy GrundmanRemove -xtarget=ultra from solaris(64)-sparcv9-cc builds.
2016-09-13 Viktor Szakatsbio.h: fix number of arguments passed to BIO_ptr_ctrl()
2016-09-13 Viktor Szakatss_client: avoid warning on Windows/MS-DOS systems
2016-09-13 Andy PolyakovConfigure: detect gcc's dependency generation capabilit...
2016-09-13 Andy Polyakovbn/bn_lcl.h: improve interoperability with clang and...
2016-09-13 Andy PolyakovConfigure: impose ^X on whole build procedure.
2016-09-13 Matt CaswellAbort on unrecognised warning alerts
2016-09-13 Matt CaswellFix a few style nits in the wpacket code
2016-09-13 Matt CaswellRemove else after a return in packet code
2016-09-13 Matt CaswellPull out some common packet code into a function
2016-09-13 Matt CaswellAdd some soft asserts where applicable
2016-09-13 Matt CaswellAddress WPACKET review comments
2016-09-13 Matt CaswellSimplify the overflow checks in WPACKET_allocate_bytes()
2016-09-13 Matt CaswellMove the WPACKET documentation comments to packet_locl.h
2016-09-13 Matt CaswellAdd tests for the WPACKET implementation
2016-09-13 Matt CaswellEnsure the WPACKET gets cleaned up in the event of...
2016-09-13 Matt CaswellVarious bug fixes and tweaks to WPACKET implementation
2016-09-13 Matt CaswellAdd WPACKET_sub_memcpy() function
2016-09-13 Matt CaswellMove from explicit sub-packets to implicit ones
2016-09-13 Matt CaswellRename PACKETW to WPACKET
2016-09-13 Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-09-13 Matt CaswellFirst pass at writing a writeable packets API
2016-09-12 David WoodhouseAdd enginesdir to libcrypto.pc pkg-config file
2016-09-11 Richard LevitteVMS: Don't force symbol mixed case when building DSOs
2016-09-11 Richard LevitteVMS: be less picky when loading DSOs
2016-09-11 Matt Caswellutil/shlib_wrap.sh is now auto-generated so tell git...
2016-09-09 Tim HudsonFix EC_KEY_print so it prints out private key information
2016-09-09 Rich SalzTrim config output
2016-09-08 Richard LevitteVMS: Use different C flags for programs that aren't...
2016-09-08 Richard LevitteBuild file templates: additional information to build...
2016-09-08 Richard LevitteIf errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILE
2016-09-08 Richard LevitteTravis: Do asan and msan with shared libraries
2016-09-08 Matt CaswellFix mem leaks during auto-deinit
2016-09-08 Matt CaswellEnsure trace recognises X25519
2016-09-08 Andy Polyakovengines/afalg: make it compile with backward compatibil...
2016-09-08 Andy PolyakovConfigurations/10-main.cf: AIX "facelift".
2016-09-08 Andy Polyakovchacha/asm/chacha-ppc.pl: add missing .text directive.
2016-09-07 Rich SalzAdd missing debug strings.
2016-09-07 Richard LevitteAllow asan, msan and ubsan to be configured with shared...
2016-09-07 David WoodhouseAvoid EVP_PKEY_cmp() crash on EC keys without public...
2016-09-07 Richard LevitteConfigure: Reorganise the checking of disabled options
2016-09-07 Alex GaynorGH1537: Avoid double-free in the EVP_PKEY API
2016-09-06 Rich SalzMisc BN fixes
2016-09-05 Richard LevitteCorrect detection of group end in map file when testing...
2016-09-05 Richard LevitteUnix build: have the makedepend and cc actions in one...
2016-09-03 Andy Polyakovmodes/asm/ghash-armv4.pl: improve interoperability...
2016-09-03 Andy PolyakovConfigure: clarify and refine -static.
2016-09-02 Andy PolyakovConfigurations/10-main.conf: add android64-mips64 target.
next