openssl.git
2013-01-06 Ben LaurieFix warning.
2012-12-30 Dr. Stephen... add support for separate verify can chain stores to...
2012-12-30 Dr. Stephen... add -chain options to s_client (backrpot from HEAD)
2012-12-30 Dr. Stephen... make no-comp compile
2012-12-30 Dr. Stephen... stop warning when compiling with no-comp
2012-12-30 Dr. Stephen... remove unused cipher functionality from s_client
2012-12-29 Dr. Stephen... Update debug-steve* options.
2012-12-29 Dr. Stephen... make JPAKE work again, fix memory leaks
2012-12-29 Dr. Stephen... update ordinals
2012-12-29 Dr. Stephen... Delegate command line handling for many common options...
2012-12-29 Dr. Stephen... add SSL_CONF functions and documentation (backport...
2012-12-26 Dr. Stephen... Update ordinals.
2012-12-26 Dr. Stephen... Portability fix: use BIO_snprintf and pick up strcasecm...
2012-12-26 Dr. Stephen... typo
2012-12-26 Dr. Stephen... SSL/TLS record tracing code (backport from HEAD).
2012-12-26 Dr. Stephen... Reject zero length ec point format list.
2012-12-26 Dr. Stephen... handle point format list retrieval for clients too...
2012-12-26 Dr. Stephen... Add support for printing out and retrieving EC point...
2012-12-26 Dr. Stephen... return error if Suite B mode is selected and TLS 1...
2012-12-26 Dr. Stephen... set auto ecdh parameter selction for Suite B
2012-12-26 Dr. Stephen... add Suite B 128 bit mode offering only combination 2
2012-12-26 Dr. Stephen... Use client version when deciding which cipher suites...
2012-12-26 Dr. Stephen... Use default point formats extension for server side...
2012-12-26 Dr. Stephen... add Suite B verification flags
2012-12-26 Dr. Stephen... contify
2012-12-26 Dr. Stephen... Add ctrl and utility functions to retrieve raw cipher...
2012-12-26 Dr. Stephen... new ctrl to retrive value of received temporary key...
2012-12-26 Dr. Stephen... store and print out message digest peer signed with...
2012-12-26 Dr. Stephen... perform sanity checks on server certificate type as...
2012-12-26 Dr. Stephen... give more meaningful error if presented with wrong...
2012-12-26 Dr. Stephen... Add three Suite B modes to TLS code, supporting RFC6460.
2012-12-26 Dr. Stephen... Add missing prototype to x509.h
2012-12-26 Dr. Stephen... New function X509_chain_up_ref to dup and up the refere...
2012-12-26 Dr. Stephen... add suite B chain validation flags and associated verif...
2012-12-26 Dr. Stephen... Oops, add missing v3nametest.c
2012-12-26 Dr. Stephen... New -valid option to add a certificate to the ca index...
2012-12-26 Dr. Stephen... Make tls1_check_chain return a set of flags indicating...
2012-12-26 Dr. Stephen... Abort handshake if signature algorithm used not support...
2012-12-26 Dr. Stephen... check EC tmp key matches preferences
2012-12-26 Dr. Stephen... typo
2012-12-26 Dr. Stephen... Add support for certificate stores in CERT structure...
2012-12-26 Dr. Stephen... add ssl_locl.h to err header files, rebuild ssl error...
2012-12-26 Dr. Stephen... set ciphers to NULL before calling cert_cb
2012-12-26 Dr. Stephen... stop warning
2012-12-26 Dr. Stephen... New function ssl_set_client_disabled to set masks for...
2012-12-26 Dr. Stephen... Add new ctrl to retrieve client certificate types,...
2012-12-26 Dr. Stephen... cert_flags is unsigned
2012-12-26 Dr. Stephen... add support for client certificate callbak, fix memory...
2012-12-26 Dr. Stephen... new function SSL_is_server to which returns 1 is the...
2012-12-26 Dr. Stephen... no need to check s->server as default_nid is never...
2012-12-26 Dr. Stephen... Separate client and server permitted signature algorith...
2012-12-26 Dr. Stephen... Add certificate callback. If set this is called wheneve...
2012-12-26 Dr. Stephen... New functions to retrieve certificate signatures and...
2012-12-26 Dr. Stephen... Function tls1_check_ec_server_key is now redundant...
2012-12-26 Dr. Stephen... Add new "valid_flags" field to CERT_PKEY structure...
2012-12-26 Dr. Stephen... Reorganise supported signature algorithm extension...
2012-12-26 Dr. Stephen... Add support for application defined signature algorithm...
2012-12-26 Dr. Stephen... Make it possible to delete all certificates from an...
2012-12-26 Dr. Stephen... Revert incompatible OCSP_basic_verify changes.
2012-12-23 Dr. Stephen... add missing \n
2012-12-21 Dr. Stephen... fix typo
2012-12-20 Dr. Stephen... update/fix tocsp script (from HEAD)
2012-12-20 Dr. Stephen... Backport enhancements to OCSP utility from HEAD:
2012-12-20 Dr. Stephen... revert, missing commit message
2012-12-20 Dr. Stephen... oops, revert
2012-12-20 Dr. Stephen... apps/ocsp.c
2012-12-19 Dr. Stephen... Integrate host, email and IP address checks into X509_v...
2012-12-19 Dr. Stephen... Return success when the responder is active.
2012-12-19 Dr. Stephen... Backport X509 hostname, IP address and email checking...
2012-12-19 Dr. Stephen... Check chain is not NULL before assuming we have a valid...
2012-12-16 Andy PolyakovVC-32.pl: fix typo [from HEAD].
2012-12-14 Dr. Stephen... Use new partial chain flag instead of modifying input...
2012-12-14 Dr. Stephen... New verify flag to return success if we have any certif...
2012-12-14 Ben LaurieDocumentation improvements by Chris Palmer (Google).
2012-12-14 Ben LaurieBackport OCSP fixes.
2012-12-13 Ben LaurieDocument -pubkey option.
2012-12-13 Ben LaurieMake verify return errors.
2012-12-13 Ben LaurieIgnore more.
2012-12-12 Ben LaurieAdd my 64-bit debug target.
2012-12-06 Dr. Stephen... Fix two bugs which affect delta CRL handling:
2012-12-05 Andy Polyakovaes-s390x.pl: fix XTS bugs in z196-specific code path...
2012-12-04 Dr. Stephen... check mval for NULL too
2012-12-03 Dr. Stephen... fix leak
2012-12-01 Andy Polyakovaes-s390x.pl: harmonize software-only path [from HEAD].
2012-11-29 Dr. Stephen... PR: 2803
2012-11-28 Andy PolyakovIntel compiler support update from HEAD.
2012-11-26 Dr. Stephen... change inaccurate error message
2012-11-22 Dr. Stephen... reject zero length point format list or supported curve...
2012-11-21 Dr. Stephen... PR: 2908
2012-11-20 Dr. Stephen... fix leaks
2012-11-19 Dr. Stephen... correct docs
2012-11-19 Andy Polyakovx86_64-gcc.c: resore early clobber constraint [from...
2012-11-18 Dr. Stephen... PR: 2880
2012-11-15 Dr. Stephen... add "missing" TLSv1.2 cipher alias
2012-11-12 Andy Polyakov[vp]aes-x86[_64].pl: update from HEAD.
2012-10-29 Andy PolyakovCumulative updates from HEAD.
2012-10-22 Dr. Stephen... use correct year automatically
2012-10-21 Andy Polyakovlinux-ppc: make it more robust [from HEAD].
2012-10-16 Dr. Stephen... Don't require tag before ciphertext in AESGCM mode
2012-10-16 Andy Polyakovaix[64]-cc: get MT support right [from HEAD].
next