- 01 10月, 2014 1 次提交
-
-
由 Rich Salz 提交于
Reviewed-by: NMatt Caswell <matt@openssl.org>
-
- 25 9月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NMatt Caswell <matt@openssl.org>
-
- 19 9月, 2014 1 次提交
-
-
由 Rich Salz 提交于
Document the new features Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 08 9月, 2014 6 次提交
-
-
由 Matthias Andree 提交于
In addition to Matthias's change, I also added -n to not remove links. And updated the manpage. Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Rich Salz 提交于
The documentation is wrong about what happens when the session cache fills up. Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Scott Schaefer 提交于
pod2man now complains when item tags are not sequential. Also complains about missing =back and other tags. Silence the warnings; most were already done. Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Rich Salz 提交于
The original RT request included a patch. By the time we got around to doing it, however, the callback scheme had changed. So I wrote a new function RSA_check_key_ex() that uses the BN_GENCB callback. But thanks very much to Vinet Sharma <vineet.sharma@gmail.com> for the initial implementation. Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
-
由 Rich Salz 提交于
The function returns 0 or 1, only. Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
-
由 Rich Salz 提交于
The function returns 0 or 1, only. Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
-
- 05 9月, 2014 1 次提交
-
-
由 Emilia Kasper 提交于
i2d_re_X509_tbs re-encodes the TBS portion of the certificate. Reviewed-by: NRich Salz <rsalz@openssl.org> Reviewed-by: NDr Stephen Henson <steve@openssl.org>
-
- 01 9月, 2014 1 次提交
-
-
由 Adam Williamson 提交于
RT842, closed back in 2004, changed the default serial number to be a random number rather than zero. Finally time to update the doc Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 31 8月, 2014 1 次提交
-
-
由 TANABE Hiroyasu 提交于
Add .crt/.cer/.crl to the filenames parsed. I also updated the podpage (since it didn't exist when this ticket was first created, nor when it was re-created seven years later). Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 30 8月, 2014 4 次提交
-
-
由 Rich Salz 提交于
Re-order algorithm list. Be consistent in command synopsis. Add content about signing. Add EXAMPLE section Add some missing options: -r, -fips-fingerprint -non-fips-allow Various other fixes. Reviewed-by: NAndy Polyakov <appro@openssl.org>
-
由 Rich Salz 提交于
Andy found an additional typo "can be can be". Now I have that silly "Que sera sera" song stuck in my head. Reviewed-by: NAndy Polyakov <appro@openssl.org>
-
由 James Westby 提交于
Add the file written by James Westby, graciously contributed under the terms of the OpenSSL license. Reviewed-by: NAndy Polyakov <appro@openssl.org>
-
由 Rich Salz 提交于
The doc says that port can be "*" to mean any port. That's wrong. Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
-
- 29 8月, 2014 3 次提交
-
-
由 Rich Salz 提交于
RT1665: aes documentation. Paul Green wrote a nice aes.pod file. But we now encourage the EVP interface. So I took his RT item and used it as impetus to add the AES modes to EVP_EncryptInit.pod I also noticed that rc4.pod has spurious references to some other cipher pages, so I removed them. RT2300: Clean up MD history (merged into RT1665) Put HISTORY section only in EVP_DigestInit.pod. Also add words to discourage use of older cipher-specific API, and remove SEE ALSO links that point to them. Make sure digest pages have a NOTE that says use EVP_DigestInit. Review feedback: More cleanup in EVP_EncryptInit.pod Fixed SEE ALSO links in ripemd160.pod, sha.pod, mdc2.pod, blowfish.pod, rc4.d, and des.pod. Re-order sections in des.pod for consistency Reviewed-by: NMatt Caswell <matt@openssl.org>
-
由 Rich Salz 提交于
Also moved some options around so all the "verify" options. are clumped together. Reviewed-by: NMatt Caswell <matt@openssl.org>
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NEmilia Käsper <emilia@openssl.org>
-
- 28 8月, 2014 2 次提交
-
-
由 Matt Caswell 提交于
When d2i_ECPrivateKey reads a private key with a missing (optional) public key, generate one automatically from the group and private key. Reviewed-by: NDr Stephen Henson <steve@openssl.org>
-
由 Mihai Militaru 提交于
I also removed some trailing whitespace and cleaned up the "see also" list. Reviewed-by: NEmilia Kasper <emilia@openssl.org>
-
- 27 8月, 2014 2 次提交
-
-
由 David Gatwood 提交于
The description of when the server creates a DH key is confusing. This cleans it up. (rsalz: also removed trailing whitespace.) Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
-
由 David Gatwood 提交于
The description of when the server creates a DH key is confusing. This cleans it up. (rsalz: also removed trailing whitespace.) Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
-
- 25 8月, 2014 2 次提交
-
-
由 Jan Schaumann 提交于
The EXAMPLE that used FILE and RC2 doesn't compile due to a few minor errors. Tweak to use IDEA and AES-128. Remove examples about RC2 and RC5. Reviewed-by: NEmilia Kasper <emilia@openssl.org>
-
由 Matt Caswell 提交于
This patch was submitted by user "Kox" via the wiki Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 22 8月, 2014 1 次提交
-
-
由 Emilia Kasper 提交于
Clarify the intended use of EVP_PKEY_sign. Make the code example compile. Reviewed-by: NDr Stephen Henson <steve@openssl.org>
-
- 19 8月, 2014 2 次提交
-
-
由 Martin Olsson 提交于
I also found a couple of others (padlock and signinit) and fixed them. Reviewed-by: NEmilia Kasper <emilia@openssl.org>
-
由 John Gardiner Myers 提交于
The file param is "const char*" not "char*" Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
-
- 16 8月, 2014 1 次提交
-
-
由 Hubert Kario 提交于
While RFC6367 focuses on Camellia-GCM cipher suites, it also adds a few cipher suites that use SHA-2 based HMAC that can be very easily added. Tested against gnutls 3.3.5 PR#3443 Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 13 8月, 2014 1 次提交
-
-
由 Ingo Schwarze 提交于
In two OpenSSL manual pages, in the NAME section, the last word of the name list is followed by a stray trailing comma. While this may seem minor, it is worth fixing because it may confuse some makewhatis(8) implementations. While here, also add the missing word "size" to the one line description in SSL_CTX_set_max_cert_list(3). Reviewed by: Dr Stephen Henson <shenson@drh-consultancy.co.uk>
-
- 12 8月, 2014 4 次提交
-
-
由 Nick Lewis 提交于
Update the dgst.pod page to include SHA224...512 algorithms. Update apps/progs.pl to add them to the digest command table. Reviewed-by: NTim Hudson <tjh@cryptosoft.com>
-
由 Nick Urbanik 提交于
The x509_extensions should be req_extensions in the config example in req.pod Reviewed-by: tjh@cryptsoft.com
-
由 Scott Schaefer 提交于
Reviewed-by: Emilia Kasper Many of these were already fixed, this catches the last few that were missed.
-
由 Scott Schaefer 提交于
Many of these were already fixed, this catches the last few that were missed.
-
- 21 7月, 2014 1 次提交
-
-
由 Tim Hudson 提交于
statement of opinion rather than a fact. Reviewed-by: NDr. Stephen Henson <steve@openssl.org> Reviewed-by: NRich Salz <rsalz@openssl.org>
-
- 20 7月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
PR#1675 Reviewed-by: NMatt Caswell <matt@openssl.org>
-
- 17 7月, 2014 1 次提交
-
-
由 Jeffrey Walton 提交于
PR#3456 Reviewed-by: NStephen Henson <steve@openssl.org> Reviewed-by: NMatt Caswell <matt@openssl.org>
-
- 16 7月, 2014 2 次提交
-
-
由 Matt Caswell 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Dr. Stephen Henson 提交于
PR#3452
-
- 15 7月, 2014 1 次提交
-
-
由 Hubert Kario 提交于
Add description of the option to advertise support of Next Protocol Negotiation extension (-nextprotoneg) to man pages of s_client and s_server. PR#3444
-