openssl.git
2015-11-20 Dr. Stephen... Use better defaults for TSA.
2015-11-20 Dr. Stephen... Add support for signer_digest option in TS.
2015-11-19 Dr. Stephen... Make GOST ciphersuites require TLSv1
2015-11-18 Andy Polyakovaes/asm/vpaes-ppc.pl: eliminate overhung stores in...
2015-11-18 Andy Polyakove_os.h: bump minimal _WIN32_WINNT.
2015-11-17 Rich SalzRename RSA_eay_xxx to rsa_ossl_xxx
2015-11-17 Richard Levittemake update
2015-11-17 Matt CaswellCheck error return from sysconf in secure memory code
2015-11-17 Matt CaswellAdd comment explaining why we don't check a return...
2015-11-17 Matt CaswellRemove an NULL ptr deref in an error path
2015-11-16 Andy Polyakovbn/asm/ppc64-mont.pl: adapt for little-endian.
2015-11-16 Andy Polyakovcrypto/sec_mem.c: fix anonymous mmap on legacy systems.
2015-11-16 Andy Polyakovbn/asm/s390x.S: improve performance on z196 and z13...
2015-11-16 Andy Polyakovaesni-sha256-x86_64.pl: fix crash on AMD Jaguar.
2015-11-15 Viktor DukhovniExplicit OpenSSL_version_num() implementation prototype
2015-11-14 Dr. Stephen... Document new functions
2015-11-14 Dr. Stephen... Use accessors for X509_print_ex().
2015-11-14 Dr. Stephen... Add new X509 accessors
2015-11-14 Dr. Stephen... Update and clarify ciphers documentation.
2015-11-14 Dr. Stephen... add -psk option to ciphers command
2015-11-14 Dr. Stephen... add -tls1_2,-tls1_1 options to ciphers command
2015-11-14 Dr. Stephen... Add "TLSv1.0" cipher alias.
2015-11-14 Dr. Stephen... Don't alow TLS v1.0 ciphersuites for SSLv3
2015-11-14 Dr. Stephen... Use SSL_TLSV1 only if at least TLS v1.0 is needed.
2015-11-13 Nathan Phillip... RT2667: Add IRC support to -starttls
2015-11-13 Graeme PerrowRT32671: wrong multiple errs TS_check_status_info
2015-11-13 Dr. Stephen... absent identity hint should be NULL
2015-11-11 Andy Polyakovmodes/asm/ghash-armv4.pl: extend Apple fix to all clang...
2015-11-10 Matt CaswellFix SSL_use_certificate_chain_file
2015-11-09 Matt CaswellRemove redundant check from tls1_get_curvelist
2015-11-09 Matt CaswellContinue malloc standardisation in engines
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-11-09 Matt CaswellRemove redundant check from SSL_shutdown
2015-11-09 Richard LevitteMake the match for previous cflags a bit more strict
2015-11-08 Dr. Stephen... Replace L suffix with U
2015-11-08 Dr. Stephen... Use uint32_t and int32_t for SSL_CIPHER structure.
2015-11-06 Matt CaswellFix compilation problems with SCTP
2015-11-06 Matt CaswellRemove some redundant assignments
2015-11-06 Matt CaswellDon't finish the handshake twice
2015-11-05 Dr. Stephen... Rebuild error source files.
2015-11-05 Dr. Stephen... fix discrepancy
2015-11-05 Dr. Stephen... Read function names from C source files.
2015-11-05 Matt CaswellEnsure the dtls1_get_*_methods work with DTLS_ANY_VERSION
2015-11-04 Matt CaswellMinor EVP_SignInit_ex doc fix
2015-11-02 Richard LevitteFix usage of BIO_ctrl_set_connected
2015-11-02 Richard LevitteRemove the state parameter from BIO_ctrl_set_connected
2015-11-02 Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-11-02 Richard LevitteCorrect or add comments indicating what controls belong...
2015-11-02 Richard LevitteRemove PROXY controls that aren't used anywhere
2015-11-02 Richard LevitteRemove dummy argument from BIO_get_bind_mode
2015-11-02 Richard LevitteDocument how BIO_get_conn_ip and BIO_get_conn_int_port...
2015-11-02 Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-11-02 Matt CaswellClarify the preferred way of creating patch files
2015-11-02 Matt CaswellRemove a reachable assert from ssl3_write_bytes
2015-11-02 Matt CaswellRemove an OPENSSL_assert which could fail
2015-11-02 Matt CaswellRemove a trivially true OPENSSL_assert
2015-11-02 Soheil RashidiFixed typo in rsautl.pod
2015-11-01 Rich SalzPR1279: Clean up CONTRIBUTING
2015-11-01 Rich SalzVarious README updates
2015-11-01 Rich SalzRemove des_ver.h; broke build.
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-30 Matt CaswellRemove some SSLv2 references
2015-10-30 Matt CaswellAdd SRP and PSK to disallowed CertificateRequest cipher...
2015-10-30 Matt CaswellRemove the inline keyword
2015-10-30 Matt CaswellRemove superfluous check
2015-10-30 Matt CaswellChange SSL_state_string return strings to start with a T
2015-10-30 Matt CaswellChange snprintf to memcpy
2015-10-30 Matt CaswellAdd ossl_statem prefix to various functions
2015-10-30 Matt CaswellConvert enums to typedefs
2015-10-30 Matt CaswellMake dtls1_link_min_mtu static
2015-10-30 Matt CaswellFix a bogus clang warning
2015-10-30 Matt CaswellFix empty NewSessionTicket processing
2015-10-30 Matt CaswellFix uninitialised variable
2015-10-30 Matt Caswellmake update
2015-10-30 Matt CaswellFix various error codes
2015-10-30 Matt CaswellMove in_handshake into STATEM
2015-10-30 Matt CaswellFix unitialised variable problem
2015-10-30 Matt CaswellFix DTLSv1_listen following state machine changes
2015-10-30 Matt CaswellAdd a function to get the info_callback
2015-10-30 Matt CaswellRemove the old state defines
2015-10-30 Matt CaswellChange SUB_STATE_RETURN into a typedef
2015-10-30 Matt CaswellRename STATEM to OSSL_STATEM
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
2015-10-30 Matt CaswellMove |no_cert_verify| into state machine
2015-10-30 Matt CaswellRemove extraneous parens
2015-10-30 Matt CaswellChange statem prefix to ossl_statem
2015-10-30 Matt CaswellDon't depend on SSL structure internals
2015-10-30 Matt CaswellChange HANDSHAKE_STATE to OSSL_HANDSHAKE_STATE
2015-10-30 Matt CaswellFix some client side transition logic
2015-10-30 Matt CaswellMinor documentation tweak
2015-10-30 Matt CaswellUpdate CHANGES
2015-10-30 Matt CaswellRemove a call to SSL_set_state from s_server
2015-10-30 Matt CaswellFix a comment
2015-10-30 Matt CaswellRemove some unused variables
2015-10-30 Matt CaswellAdd a state machine README
2015-10-30 Matt Caswellmake update
2015-10-30 Matt CaswellMore state machine reorg
2015-10-30 Matt CaswellReorganise state machine files
next