Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
5 years ago |
Richard Levitte
|
365a2d9991
Following the license change, modify the boilerplates in crypto/asn1/
|
6 years ago |
FdaSilvaYY
|
dbf89a9b94
Constify ASN1_buf_print
|
8 years ago |
FdaSilvaYY
|
f430ba31ac
Spelling... and more spelling
|
8 years ago |
Rich Salz
|
2039c421b0
Copyright consolidation 08/10
|
8 years ago |
Dr. Stephen Henson
|
ac3e366501
Allocate ASN1_bn_print buffer internally.
|
8 years ago |
Dr. Stephen Henson
|
26c255fcf8
Add ASN1_buf_print to print a buffer in ASN1_bn_print format.
|
8 years ago |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Matt Caswell
|
76b2a02274
Implement internally opaque bn access from asn1
|
10 years ago |
Dr. Stephen Henson
|
5950bf7943
Revert to original...
|
18 years ago |
Dr. Stephen Henson
|
4141c803d8
Oops...
|
18 years ago |
Dr. Stephen Henson
|
1b593194be
Move algorithm specific print code from crypto/asn1/t_pkey.c to separate
|
18 years ago |
Dr. Stephen Henson
|
35208f368c
Gather printing routines into EVP_PKEY_ASN1_METHOD.
|
18 years ago |
Nils Larsch
|
40f51f506c
create BN_CTX object
|
18 years ago |
Nils Larsch
|
8c5a2bd6bb
add additional checks + cleanup
|
19 years ago |
Bodo Möller
|
739a543ea8
Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)
|
19 years ago |
Nils Larsch
|
01039d0bff
remove unused variable
|
19 years ago |
Nils Larsch
|
c755c5fd8b
improved error checking and some fixes
|
19 years ago |
Nils Larsch
|
3eeaab4bed
make
|
19 years ago |
Nils Larsch
|
9dd8405341
ecc api cleanup; summary:
|
19 years ago |
Nils Larsch
|
7dc17a6cf0
give EC_GROUP_*_nid functions a more meaningful name
|
19 years ago |
Nils Larsch
|
ff22e913a3
- use BN_set_negative and BN_is_negative instead of BN_set_sign
|
19 years ago |
Richard Levitte
|
d420ac2c7d
Use BUF_strlcpy() instead of strcpy().
|
21 years ago |
Bodo Möller
|
7e8c30b589
In ECPKParameters_print, output the private key length correctly
|
22 years ago |
Bodo Möller
|
555d75252a
use new BIO_indent() function here as well
|
22 years ago |
Richard Levitte
|
c112323dd5
This didn't get to the 0.9.8-dev thread...
|
22 years ago |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 years ago |
Bodo Möller
|
b53e44e572
implement and use new macros BN_get_sign(), BN_set_sign()
|
22 years ago |