index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
man
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
last .Nm should not have a comma
jsg
2023-12-05
1
-3
/
+3
*
Some cleanup:
schwarze
2023-12-01
1
-71
/
+33
*
EVP_EncryptInit(3) is among the most important "how to drive" manuals,
schwarze
2023-12-01
4
-65
/
+165
*
Mark up an occurrence of ENGINE
tb
2023-11-19
1
-2
/
+3
*
ENGINE can no longer have ex_data attached to it
tb
2023-11-19
1
-3
/
+3
*
Remove musings how ENGINE may or may not screw everything up.
tb
2023-11-19
1
-23
/
+2
*
Remove ENGINE mention in RSA_new()
tb
2023-11-19
1
-14
/
+6
*
OPENSSL_config() no longer calls ENGINE_load_builtin_engines()
tb
2023-11-19
1
-5
/
+4
*
ENGINE_add_conf_module() no longer exists
tb
2023-11-19
1
-8
/
+2
*
Remove ENGINE Xr that I left behind
tb
2023-11-19
1
-2
/
+1
*
zap stray comma
tb
2023-11-19
1
-2
/
+2
*
Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}()
tb
2023-11-19
1
-3
/
+29
*
Missing period
tb
2023-11-19
1
-2
/
+2
*
fix grammar
tb
2023-11-19
1
-2
/
+2
*
Remove remaining ENGINE manuals
tb
2023-11-19
11
-1988
/
+1
*
Strip mention of ENGINE out of *_set_method.3
tb
2023-11-19
3
-98
/
+26
*
Strip out mentions of ENGINE_load_builtin_engines()
tb
2023-11-19
1
-7
/
+4
*
ex data for ENGINEs is no longer a thing
tb
2023-11-19
1
-9
/
+2
*
Remove section explaining how great and flexible ENGINE is and
tb
2023-11-19
1
-28
/
+2
*
Remove obsolete engine configuration section
tb
2023-11-19
1
-106
/
+2
*
Document the remaining ENGINE stubs in a single manual
tb
2023-11-19
1
-146
/
+103
*
EVP_PKEY_encrypt() simplify example
tb
2023-11-19
1
-6
/
+4
*
Mention which functions are implemented as macros in the few cases
schwarze
2023-11-16
13
-34
/
+76
*
drop some duplicate statements about macros
schwarze
2023-11-16
4
-23
/
+10
*
fix wrong macro
schwarze
2023-11-16
1
-3
/
+3
*
delete lots of stuff that no longer exists
schwarze
2023-11-16
1
-300
/
+17
*
fix typo: exdata -> ex_data
schwarze
2023-11-16
1
-4
/
+4
*
Minimal fix to unbreak OPENSSL_{gmtime,timegm}(3)
tb
2023-11-16
1
-15
/
+18
*
Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as public
beck
2023-11-13
1
-2
/
+42
*
Remove mention of alg_section. This never worked in LibreSSL.
tb
2023-10-21
1
-3
/
+2
*
style tweak: avoid double conjunction to make it read better
schwarze
2023-10-21
1
-4
/
+4
*
Rename the modulus from n into m
tb
2023-10-19
1
-9
/
+12
*
Tweak previous by using the argument name, not its type
tb
2023-10-13
1
-2
/
+2
*
Improve the description of X509_ALGOR_dup(3)
tb
2023-10-13
1
-5
/
+11
*
I forgot that we now have ASN1_INTEGER_set_uint64()
tb
2023-10-11
1
-13
/
+6
*
Be more precise about X509_ALGOR_get0()
tb
2023-10-11
1
-11
/
+26
*
Improve X509_ALGOR_new(3) documentation
tb
2023-10-10
1
-14
/
+33
*
Use the usual text for X509_ALGOR_free()
tb
2023-10-09
1
-2
/
+8
*
Clarify that 'undefined type' means V_ASN1_UNDEF
tb
2023-10-09
1
-3
/
+4
*
Clarify documentation of X509_ALGOR_{set0,set_md}()
tb
2023-10-09
1
-7
/
+45
*
Fix a typo and move a word
tb
2023-10-03
1
-5
/
+5
*
Example code tweak: do not hardcode the size of array
tb
2023-10-01
1
-2
/
+2
*
Document EVP_CIPHER_CTX_iv_length() return values
tb
2023-10-01
1
-3
/
+7
*
The colons separate the octets, not the digits; add missing link to
tb
2023-10-01
1
-4
/
+5
*
Improve a code comment in the EXAMPLES section
tb
2023-10-01
1
-3
/
+3
*
Refer to RFC 3779, 2.1.2 for encoding of ranges
tb
2023-10-01
1
-2
/
+7
*
Point out that the result of IPAddressRange_new() is an invalid range
tb
2023-10-01
1
-3
/
+3
*
encoding -> decoding for d2i
tb
2023-10-01
1
-3
/
+3
*
Reorder list of additional validation checks needed
tb
2023-09-30
1
-9
/
+8
*
Switch copyright year to 2023.
tb
2023-09-30
2
-4
/
+4
[next]