openssl.git
2013-01-19 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' of openssl.net...
2013-01-19 Ben LaurieRemove extraneous brackets (clang doesn't like them).
2013-01-19 Ben LaurieAdd MacOS 64-bit debug target.
2013-01-19 Andy Polyakovengines/ccgost: GOST fixes [from master].
2013-01-19 Ben LaurieCan't check a size_t for < 0.
2013-01-19 Andy Polyakov.gitignore adjustments
2013-01-18 Dr. Stephen... -named_curve option handled automatically now.
2013-01-18 Dr. Stephen... Add code to download CRLs based on CRLDP extension.
2013-01-18 Dr. Stephen... cipher is not used in s_server any more.
2013-01-18 Dr. Stephen... New option to add CRLs for s_client and s_server.
2013-01-17 Dr. Stephen... initial support for delta CRL generations by diffing...
2013-01-17 Dr. Stephen... Typo (PR2959).
2013-01-17 Dr. Stephen... constify
2013-01-17 Dr. Stephen... New functions to set lookup_crls callback and to retrie...
2013-01-17 Dr. Stephen... add option to get a certificate or CRL from a URL
2013-01-16 Dr. Stephen... print out issuer and subject unique identifier fields...
2013-01-15 Dr. Stephen... add wrapper function for certificate download
2013-01-15 Dr. Stephen... Generalise OCSP I/O functions to support dowloading...
2013-01-15 Dr. Stephen... Update default dependency flags.
2013-01-15 Dr. Stephen... make update
2013-01-15 Dr. Stephen... Add support for broken protocol tests (backport from...
2013-01-15 Dr. Stephen... Make whitespace consistent with master branch.
2013-01-13 Ben LaurieFix some clang warnings.
2013-01-12 Ben LaurieCorrect EVP_PKEY_verifyrecover to EVP_PKEY_verify_recov...
2013-01-07 Dr. Stephen... In FIPS mode use PKCS#8 format when writing private...
2013-01-07 Dr. Stephen... Change default bits to 1024
2013-01-06 Dr. Stephen... Add .gitignore from master branch.
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...
next