Lines Matching +refs:cc +refs:add +refs:settings
685 * The activate and soft_load configuration settings for providers in
689 omission of a value for these settings will result in an error.
1169 * Add the ability to add custom attributes to PKCS12 files. Add a new API
1526 settings to ensure strict FIPS compliance rather than backwards
2883 Create a parameter builder using OSSL_PARAM_BLD_new(), add parameters using
3216 * s390x assembly pack: add hardware-support for P-256, P-384, P-521,
3608 * Remove the 'dist' target and add a tarball building script. The
3619 * Instead of having the source directories listed in Configure, add
3988 application (SSL_ERROR_SYSCALL) but errno would be 0. We now add
4290 * s390x assembly pack: add (improved) hardware-support for the following
4476 * Memory allocation failures consistently add an error to the error
4543 version of OpenSSL should review their configuration settings to ensure
4746 success if they are asked to add an object which already exists
4921 * Remove the 'dist' target and add a tarball building script. The
5372 * solaris-x86-cc, i.e. 32-bit configuration with vendor compiler,
6034 an EXPORT one. COMPLEMENTOFDEFAULT has been updated accordingly to add
6548 * Improve forward-security support: add functions
9591 add a special AESGCM string for GCM only.
9664 * Update build system to add "fips" flag which will link in fipscanister.o
9725 * A long standing patch to add support for SRP from EdelWeb (Peter
10578 commands instead of having to add each one as a special case. So now
10638 * New function OPENSSL_gmtime_adj() to add a specific number of days and
10655 code and add additional score elements. Validate alternate CRL paths
11154 * Tidy up PKCS#7 routines and add new functions to make it easier to
11167 add support for HMAC PBE OID translation. Add a EVP_CIPHER ctrl:
11227 public and private key formats. As a side effect these add additional
11245 support key and parameter generation and add initial key generation
11969 - fixed order of includes in `apps/ocsp.c` so that `e_os.h` settings apply
12089 add SEED ciphersuites from RFC 4162:
12297 Also, add Camellia TLS ciphersuites from RFC 4132.
12453 - add new function for parameter creation
12530 update associated structures and add various utility functions.
12721 digestedData type and add support for this type in PKCS7 initialization
12749 * Add code for kP+lQ timings to crypto/ec/ectest.c, and add SEC2
13096 and WAP/WTLS; add OIDs that were still missing.
13235 Also add 'seed' and 'seed_len' members to EC_GROUP with access
13303 * Include some named elliptic curves, and add OIDs from X9.62,
13309 Also add a 'curve_name' member to EC_GROUP objects, which can be
13518 a threadsafe manner. Modify rsa code to use new function and add calls
13943 * Add the VC-CE target, introduce the WINCE sysname, and add
14076 * Make -nameopt work fully for req and add -reqopt switch.
14396 but are named `_ossl_old_des_*`. Finally, add macros that map the
14545 Also, add stub code to each that makes building them as self-contained
14655 cipher/digest structures, add init/cleanup functions for EVP_MD_CTX
14697 * Change historical references to `{NID,SN,LN}_des_ede` and ede3 to add the
14762 code. New function `X509V3_add_ext_nconf_sk()` to add extensions to a stack.
14782 Adapt the nCipher code for these new conditions and add a card insertion
14795 attribute in PKCS#12 files, add new -CSP option to pkcs12 utility.
14843 purpose or trust settings) for functions which only use X509_STORE_CTX
14847 trust settings if they are not set in X509_STORE. This allows X509_STORE
14880 * Add "ex_data" support to ENGINE so implementations can add state at a
15153 trust settings.
15288 to aes and add a new 'exist' option to print out symbols that don't
15467 settings for extended allocation functions, the following
15540 This can then be used to add extensions to the request.
15622 * Make mkdef.pl parse some of the ASN1 macros and add appropriate
15782 and add new functions:
16277 code did not properly initialise the 'add' and 'rem' values to
16380 * Only add signing time to PKCS7 structures if it is not already
16558 configuration target "alpha-cc-rpath", which will never be selected
16561 *Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu> via Richard Levitte*
16579 to allow the necessary settings.
16734 * Fix for compatibility mode trust settings: ignore trust settings
16735 unless some valid trust or reject settings are present.
17105 accept/connect functions; previously, the settings made by
17447 names and add quotes on output. It was also omitting some
18226 SSLeay_add_all_ciphers() to just add ciphers to the table and not
18490 * Clean up 'Finished' handling, and add functions SSL_get_finished and
18555 to be used in PKCS#5 v2.0 and S/MIME. Also add checking to
18563 two sequences of OIDs for trusted and rejected settings. These will
18706 and the application can add dynamic ones if needed. The file
18719 so if we don't add custom extensions there is no need to call
18748 Trust code: checks the root CA for the relevant trust settings. Trust
18749 settings have an initial value consistent with the verify purpose: e.g.
18752 permit custom trust settings: one example of this would be to only trust
18798 (renamed to `EVP_PKEY_get1_*()` in the OpenSSL 0.9.5 release) and add
18841 (and add it to external session representation).
18859 forms the first 8 bytes of the encrypted file. Also add a
18887 * Add the possibility to add extra information to the memory leak
18928 settings. The trust settings will ultimately be used in enhanced
19089 * Fix for bug in d2i_ASN1_bytes(): other ASN1 functions add an extra null
19516 function prototypes in pem.h, also change util/mkdef.pl to add the
19590 with macros. This should make it easier to change their form, add extra
19723 * SHA library changes for irix64-mips4-cc.
19832 Changing settings for an `SSL_CTX *ctx` after having done s = SSL_new(ctx)
20062 add an LHASH database driver and add several ctx helper functions.
20287 * Fix Makefile.org so CC,CFLAG etc are passed to 'make links' add
20382 And add a paragraph about the dual-license situation to make sure people
20447 SSL_load_client_CA_file(), and can be used to add multiple certs easily
20450 to add as many CAs as they want to the preferred list.
20684 and add an extra 'crl' parameter in the X509V3_CTX structure: guess
20686 IMPLICIT tag and add f_enum.c which adds a2i, i2a for ENUMERATED.
20744 openssl.cnf for new extension format, add comments.
20749 and add a sample to openssl.cnf so req -x509 now adds appropriate
20755 error code, add initial support to X509_print() and x509 application.
20859 * Get the `gendsa` command working and add it to the `list` command. Remove
20940 * Add CA.pl, perl version of CA.sh, add extended key usage OID.
20964 global and can add a library name. This is needed for external ASN1 and
21011 sco5-cc.
21079 crypto/bn/asm/......add.c crypto/bn/asm/a.out crypto/dsa/f crypto/md5/f